comparison 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
comparison
equal deleted inserted replaced
77023:01f270dae88e 77024:601da3d38bfc
4605 is displayed. Any button with a non-@code{nil} @code{skip} property 4605 is displayed. Any button with a non-@code{nil} @code{skip} property
4606 is skipped over. Returns the button found. 4606 is skipped over. Returns the button found.
4607 @end deffn 4607 @end deffn
4608 4608
4609 @defun next-button pos &optional count-current 4609 @defun next-button pos &optional count-current
4610 Return the next button after position @var{pos} in the current buffer. 4610 @defunx previous-button pos &optional count-current
4611 If @var{count-current} is non-@code{nil}, count any button at 4611 Return the next button after (for @code{next-button} or before (for
4612 @var{pos} in the search, instead of starting at the next button. 4612 @code{previous-button}) position @var{pos} in the current buffer. If
4613 @end defun 4613 @var{count-current} is non-@code{nil}, count any button at @var{pos}
4614 4614 in the search, instead of starting at the next button.
4615 @defun previous-button pos &optional count-current
4616 Return the @var{n}th button before position @var{pos} in the current
4617 buffer. If @var{count-current} is non-@code{nil}, count any button at
4618 @var{pos} in the search, instead of starting at the next button.
4619 @end defun 4615 @end defun
4620 4616
4621 @node Abstract Display 4617 @node Abstract Display
4622 @section Abstract Display 4618 @section Abstract Display
4623 @cindex ewoc 4619 @cindex ewoc