From 522a910368e0c2bdd053df0458eec7fc9381698c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 7 Apr 2007 15:47:42 +0000 Subject: [PATCH] wording for page break --- lispref/ChangeLog | 4 ++++ lispref/display.texi | 14 +++++--------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 976f5365517..63c9f2ae19a 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -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 --git a/lispref/display.texi b/lispref/display.texi index 48b08ab28b2..001d996c0ba 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -4607,15 +4607,11 @@ is skipped over. Returns the button found. @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 -- 2.39.5