summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXue Fuqiao <xfq.free@gmail.com>2013-10-29 22:23:07 +0800
committerXue Fuqiao <xfq.free@gmail.com>2013-10-29 22:23:07 +0800
commit836b4313282d81f53237b704b8a315eed0a25565 (patch)
tree5fc2dbeeb77d5b4611969458fd047ab2bbc00635
parent3440d80e12f46a6d907f8a08bbaec09f7711410d (diff)
downloademacs-836b4313282d81f53237b704b8a315eed0a25565.tar.gz
emacs-836b4313282d81f53237b704b8a315eed0a25565.tar.bz2
emacs-836b4313282d81f53237b704b8a315eed0a25565.zip
Fix a typo.
-rw-r--r--doc/lispref/display.texi2
1 files changed, 1 insertions, 1 deletions
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.