emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 821c240075: Fix ietf-drums-get-comment doc string


From: Lars Ingebrigtsen
Subject: emacs-28 821c240075: Fix ietf-drums-get-comment doc string
Date: Sat, 5 Feb 2022 19:08:01 -0500 (EST)

branch: emacs-28
commit 821c240075e3b850a61207d18d520126292421ce
Author: Bob Rogers <rogers@rgrjr.com>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix ietf-drums-get-comment doc string
    
    * lisp/mail/ietf-drums.el (ietf-drums-get-comment):  We really return
    the last comment (bug#53810).
---
 lisp/mail/ietf-drums.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/mail/ietf-drums.el b/lisp/mail/ietf-drums.el
index 4a07959189..51c3e63e04 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]