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:
Bob Rogers 2022-02-06 01:07:43 +01:00 committed by Lars Ingebrigtsen
parent 638247baa4
commit 821c240075

View file

@ -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)