; Fix mm-destroy-parts docstring typo
* lisp/gnus/mm-decode.el (mm-destroy-parts): Fix typo in docstring copy-pasted from mm-remove-parts.
This commit is contained in:
parent
6cfd68d4d7
commit
1228a90c69
1 changed files with 1 additions and 1 deletions
|
@ -1117,7 +1117,7 @@ external if displayed external."
|
|||
(mm-remove-part handle)))))))
|
||||
|
||||
(defun mm-destroy-parts (handles)
|
||||
"Remove the displayed MIME parts represented by HANDLES."
|
||||
"Destroy the displayed MIME parts represented by HANDLES."
|
||||
(if (and (listp handles)
|
||||
(bufferp (car handles)))
|
||||
(mm-destroy-part handles)
|
||||
|
|
Loading…
Add table
Reference in a new issue