From: Basil L. Contovounesios Date: Sun, 19 May 2019 23:37:13 +0000 (+0100) Subject: ; Fix mm-destroy-parts docstring typo X-Git-Tag: emacs-26.2.90~51 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1228a90;p=emacs.git ; Fix mm-destroy-parts docstring typo * lisp/gnus/mm-decode.el (mm-destroy-parts): Fix typo in docstring copy-pasted from mm-remove-parts. --- diff --git a/lisp/gnus/mm-decode.el b/lisp/gnus/mm-decode.el index 21552abae73..33cb797bf69 100644 --- a/lisp/gnus/mm-decode.el +++ b/lisp/gnus/mm-decode.el @@ -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)