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
Reference in a new issue