mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
Fix ietf-drums-get-comment doc string
* lisp/mail/ietf-drums.el (ietf-drums-get-comment): We really return the last comment (bug#53810).
This commit is contained in:
parent
638247baa4
commit
821c240075
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ backslash and doublequote.")
|
|||
(buffer-string))))
|
||||
|
||||
(defun ietf-drums-get-comment (string)
|
||||
"Return the first comment in STRING."
|
||||
"Return the last comment in STRING."
|
||||
(with-temp-buffer
|
||||
(ietf-drums-init string)
|
||||
(let (result c)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue