Merge from origin/emacs-28
821c240075
Fix ietf-drums-get-comment doc string638247baa4
Fix typo in display.texi
This commit is contained in:
commit
d90fd58c02
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue