From: Bob Rogers Date: Sun, 6 Feb 2022 00:07:43 +0000 (+0100) Subject: Fix ietf-drums-get-comment doc string X-Git-Tag: emacs-28.0.92~62 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=821c240075;p=emacs.git Fix ietf-drums-get-comment doc string * lisp/mail/ietf-drums.el (ietf-drums-get-comment): We really return the last comment (bug#53810). --- diff --git a/lisp/mail/ietf-drums.el b/lisp/mail/ietf-drums.el index 4a079591890..51c3e63e044 100644 --- a/lisp/mail/ietf-drums.el +++ b/lisp/mail/ietf-drums.el @@ -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)