Merge from origin/emacs-28

821c240075 Fix ietf-drums-get-comment doc string
638247baa4 Fix typo in display.texi
This commit is contained in:
Stefan Kangas 2022-02-06 06:49:39 +01:00
commit d90fd58c02
2 changed files with 2 additions and 2 deletions

View file

@ -7317,7 +7317,7 @@ current buffer, and returns it.
@end defun
@defun insert-button label &rest properties
This insert a button with the label @var{label} at point,
This inserts a button with the label @var{label} at point,
and returns it.
@end defun

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)