From 638247baa4a4f983cb3082496657d505fc3d0c09 Mon Sep 17 00:00:00 2001 From: =?utf8?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. (Bug#53807) --- 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 854aa06dbbd..d1b61d3fb5b 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -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 -- 2.39.2