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:
committed by
Lars Ingebrigtsen
parent
638247baa4
commit
821c240075
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user