]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix mm-destroy-parts docstring typo
authorBasil L. Contovounesios <contovob@tcd.ie>
Sun, 19 May 2019 23:37:13 +0000 (00:37 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sun, 19 May 2019 23:40:49 +0000 (00:40 +0100)
* lisp/gnus/mm-decode.el (mm-destroy-parts): Fix typo in docstring
copy-pasted from mm-remove-parts.

lisp/gnus/mm-decode.el

index 21552abae734e227e560699f47b3346ac997aaad..33cb797bf69795a0d79a8d06b7886407dc427018 100644 (file)
@@ -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)