diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2019-05-20 00:37:13 +0100 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2019-05-20 00:40:49 +0100 |
commit | 1228a90c69b51c6e9084385552ff991e6915b175 (patch) | |
tree | 651538e46ab809b187f0ab93131cfa6f369ac04e /lisp/gnus/mm-decode.el | |
parent | 6cfd68d4d7c3e577ba1ed55b304229fc6e78718b (diff) | |
download | emacs-1228a90c69b51c6e9084385552ff991e6915b175.tar.gz |
; Fix mm-destroy-parts docstring typo
* lisp/gnus/mm-decode.el (mm-destroy-parts): Fix typo in docstring
copy-pasted from mm-remove-parts.
Diffstat (limited to 'lisp/gnus/mm-decode.el')
-rw-r--r-- | lisp/gnus/mm-decode.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |