Mercurial > emacs
changeset 77024:601da3d38bfc
wording for page break
author | Karl Berry <karl@gnu.org> |
---|---|
date | Sat, 07 Apr 2007 15:47:42 +0000 |
parents | 01f270dae88e |
children | 76a4a875ce2c |
files | lispref/ChangeLog lispref/display.texi |
diffstat | 2 files changed, 9 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- 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 <karl@gnu.org> + + * display.texi (Button Buffer Commands): Improve page break. + 2007-04-07 Richard Stallman <rms@gnu.org> * advice.texi (Activation of Advice): Remove redundant index entry.
--- 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