]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix ietf-drums-get-comment doc string
authorBob Rogers <rogers@rgrjr.com>
Sun, 6 Feb 2022 00:07:43 +0000 (01:07 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 6 Feb 2022 00:07:54 +0000 (01:07 +0100)
* lisp/mail/ietf-drums.el (ietf-drums-get-comment):  We really return
the last comment (bug#53810).

lisp/mail/ietf-drums.el

index 4a0795918906f8cb2535bb6ddcb8d6a445fcd4ea..51c3e63e0440d93b0106046dc40ac5b4ba04b826 100644 (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)