From: Xue Fuqiao Date: Tue, 29 Oct 2013 14:23:07 +0000 (+0800) Subject: Fix a typo. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1088 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=836b4313282d81f53237b704b8a315eed0a25565;p=emacs.git Fix a typo. --- 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.