From 821c240075e3b850a61207d18d520126292421ce Mon Sep 17 00:00:00 2001 From: Bob Rogers Date: Sun, 6 Feb 2022 01:07:43 +0100 Subject: [PATCH] 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 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) -- 2.39.2