]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in display.texi
authorDaniel Martín <mardani29@yahoo.es>
Sat, 5 Feb 2022 20:03:21 +0000 (21:03 +0100)
committerEli Zaretskii <eliz@gnu.org>
Sat, 5 Feb 2022 20:30:28 +0000 (22:30 +0200)
* doc/lispref/display.texi (Making Buttons): Fix typo.  (Bug#53807)

doc/lispref/display.texi

index 854aa06dbbd422a66d66176084831dd44e237eaa..d1b61d3fb5b637e103d4655aa735188b3d9c22db 100644 (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