; 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:
Basil L. Contovounesios 2019-05-20 00:37:13 +01:00
parent 6cfd68d4d7
commit 1228a90c69

View file

@ -1117,7 +1117,7 @@ external if displayed external."
(mm-remove-part handle))))))) (mm-remove-part handle)))))))
(defun mm-destroy-parts (handles) (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) (if (and (listp handles)
(bufferp (car handles))) (bufferp (car handles)))
(mm-destroy-part handles) (mm-destroy-part handles)