emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 f60eb98: Fix typos and omissions for (elisp)Button Buffer Comma


From: Eli Zaretskii
Subject: emacs-27 f60eb98: Fix typos and omissions for (elisp)Button Buffer Commands
Date: Sat, 13 Mar 2021 04:52:53 -0500 (EST)

branch: emacs-27
commit f60eb988f6dfcd590d17dd6fd3f93ee71e830391
Author: Matt Armstrong <matt@rfc20.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Fix typos and omissions for (elisp)Button Buffer Commands
    
    * doc/lispref/display.texi (Button Buffer Commands): Minor
    typo and omission fixes `backward-button' and
    `forward-button'.  (Bug#47051)
---
 doc/lispref/display.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index a49f08d..fed1762 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -6964,11 +6964,11 @@ end of the buffer continues from the other end.  If
 @var{display-message} is non-@code{nil}, the button's help-echo string
 is displayed.  Any button with a non-@code{nil} @code{skip} property
 is skipped over.  Returns the button found, and signals an error if no
-buttons can be found.  If @var{no-error} in non-@code{nil}, return nil
+buttons can be found.  If @var{no-error} is non-@code{nil}, return nil
 instead of signaling the error.
 @end deffn
 
-@deffn Command backward-button n &optional wrap display-message
+@deffn Command backward-button n &optional wrap display-message no-error
 Move to the @var{n}th previous button, or @var{n}th next button if
 @var{n} is negative.  If @var{n} is zero, move to the start of any
 button at point.  If @var{wrap} is non-@code{nil}, moving past either
@@ -6976,7 +6976,7 @@ end of the buffer continues from the other end.  If
 @var{display-message} is non-@code{nil}, the button's help-echo string
 is displayed.  Any button with a non-@code{nil} @code{skip} property
 is skipped over.  Returns the button found, and signals an error if no
-buttons can be found.  If @var{no-error} in non-@code{nil}, return nil
+buttons can be found.  If @var{no-error} is non-@code{nil}, return nil
 instead of signaling the error.
 @end deffn
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]