diff lispref/display.texi @ 77024:601da3d38bfc

wording for page break
author Karl Berry <karl@gnu.org>
date Sat, 07 Apr 2007 15:47:42 +0000
parents e009ed31b7cf
children f9914fb8f8fa
line wrap: on
line diff
--- a/lispref/display.texi	Sat Apr 07 14:56:00 2007 +0000
+++ b/lispref/display.texi	Sat Apr 07 15:47:42 2007 +0000
@@ -4607,15 +4607,11 @@
 @end deffn
 
 @defun next-button pos &optional count-current
-Return the next button after 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.
-@end defun
-
-@defun previous-button pos &optional count-current
-Return the @var{n}th button before 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.
+@defunx previous-button pos &optional count-current
+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.
 @end defun
 
 @node Abstract Display