>From a659127d1a54b74168236bc106087eb2f02e866c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=ADn?= Date: Sat, 5 Feb 2022 21:03:21 +0100 Subject: [PATCH] Fix typo in display.texi * doc/lispref/display.texi (Making Buttons): Fix typo. --- doc/lispref/display.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 5d75e58108..b749d3d892 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -7317,7 +7317,7 @@ Making Buttons @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 -- 2.34.1