summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2019-05-20 00:37:13 +0100
committerBasil L. Contovounesios <contovob@tcd.ie>2019-05-20 00:40:49 +0100
commit1228a90c69b51c6e9084385552ff991e6915b175 (patch)
tree651538e46ab809b187f0ab93131cfa6f369ac04e
parent6cfd68d4d7c3e577ba1ed55b304229fc6e78718b (diff)
downloademacs-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.
-rw-r--r--lisp/gnus/mm-decode.el2
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)