# HG changeset patch # User Karl Berry # Date 1175960862 0 # Node ID 601da3d38bfce8f0771a15823cd691ce83309674 # Parent 01f270dae88e76b91fb5d3b2adfa363420013cb9 wording for page break diff -r 01f270dae88e -r 601da3d38bfc lispref/ChangeLog --- a/lispref/ChangeLog Sat Apr 07 14:56:00 2007 +0000 +++ b/lispref/ChangeLog Sat Apr 07 15:47:42 2007 +0000 @@ -1,3 +1,7 @@ +2007-04-07 Karl Berry + + * display.texi (Button Buffer Commands): Improve page break. + 2007-04-07 Richard Stallman * advice.texi (Activation of Advice): Remove redundant index entry. diff -r 01f270dae88e -r 601da3d38bfc lispref/display.texi --- 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