projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cfd68d
)
; Fix mm-destroy-parts docstring typo
author
Basil L. Contovounesios
<contovob@tcd.ie>
Sun, 19 May 2019 23:37:13 +0000
(
00:37
+0100)
committer
Basil 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
patch
|
blob
|
history
diff --git
a/lisp/gnus/mm-decode.el
b/lisp/gnus/mm-decode.el
index 21552abae734e227e560699f47b3346ac997aaad..33cb797bf69795a0d79a8d06b7886407dc427018 100644
(file)
--- 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)