]> code.delx.au - gnu-emacs/commitdiff
Fix a typo.
authorXue Fuqiao <xfq.free@gmail.com>
Tue, 29 Oct 2013 14:23:07 +0000 (22:23 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Tue, 29 Oct 2013 14:23:07 +0000 (22:23 +0800)
doc/lispref/display.texi

index 9b07a92bf6f1b9ec9dc2641f90cc380476c7aa35..a489b424e9f1173bd0e90ba969576bd74a2dd310 100644 (file)
@@ -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.