Fix a typo.

This commit is contained in:
Xue Fuqiao 2013-10-29 22:23:07 +08:00
parent 3440d80e12
commit 836b431328

View 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.