emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 1228a90: ; Fix mm-destroy-parts docstring typo


From: Basil L. Contovounesios
Subject: [Emacs-diffs] emacs-26 1228a90: ; Fix mm-destroy-parts docstring typo
Date: Sun, 19 May 2019 19:41:10 -0400 (EDT)

branch: emacs-26
commit 1228a90c69b51c6e9084385552ff991e6915b175
Author: Basil L. Contovounesios <address@hidden>
Commit: Basil L. Contovounesios <address@hidden>

    ; Fix mm-destroy-parts docstring typo
    
    * lisp/gnus/mm-decode.el (mm-destroy-parts): Fix typo in docstring
    copy-pasted from mm-remove-parts.
---
 lisp/gnus/mm-decode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/gnus/mm-decode.el b/lisp/gnus/mm-decode.el
index 21552ab..33cb797 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]