; 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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user