aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorXue Fuqiao2013-10-29 22:23:07 +0800
committerXue Fuqiao2013-10-29 22:23:07 +0800
commit836b4313282d81f53237b704b8a315eed0a25565 (patch)
tree5fc2dbeeb77d5b4611969458fd047ab2bbc00635 /doc
parent3440d80e12f46a6d907f8a08bbaec09f7711410d (diff)
downloademacs-836b4313282d81f53237b704b8a315eed0a25565.tar.gz
emacs-836b4313282d81f53237b704b8a315eed0a25565.zip
Fix a typo.
Diffstat (limited to 'doc')
-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.
5432 5432
5433@defun next-button pos &optional count-current 5433@defun next-button pos &optional count-current
5434@defunx previous-button pos &optional count-current 5434@defunx previous-button pos &optional count-current
5435Return the next button after (for @code{next-button} or before (for 5435Return the next button after (for @code{next-button}) or before (for
5436@code{previous-button}) position @var{pos} in the current buffer. If 5436@code{previous-button}) position @var{pos} in the current buffer. If
5437@var{count-current} is non-@code{nil}, count any button at @var{pos} 5437@var{count-current} is non-@code{nil}, count any button at @var{pos}
5438in the search, instead of starting at the next button. 5438in the search, instead of starting at the next button.