Fix typo in display.texi

* doc/lispref/display.texi (Making Buttons): Fix typo.  (Bug#53807)
This commit is contained in:
Daniel Martín 2022-02-05 21:03:21 +01:00 committed by Eli Zaretskii
parent 0591aa6cd3
commit 638247baa4

View file

@ -6988,7 +6988,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