From 836b4313282d81f53237b704b8a315eed0a25565 Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Tue, 29 Oct 2013 22:23:07 +0800 Subject: [PATCH] Fix a 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 9b07a92bf6f..a489b424e9f 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -5432,7 +5432,7 @@ is skipped over. Returns the button found. @defun next-button pos &optional count-current @defunx previous-button pos &optional count-current -Return the next button after (for @code{next-button} or before (for +Return the next button after (for @code{next-button}) or before (for @code{previous-button}) position @var{pos} in the current buffer. If @var{count-current} is non-@code{nil}, count any button at @var{pos} in the search, instead of starting at the next button. -- 2.39.5