]> git.eshelyaron.com Git - emacs.git/commitdiff
wording for page break
authorKarl Berry <karl@gnu.org>
Sat, 7 Apr 2007 15:47:42 +0000 (15:47 +0000)
committerKarl Berry <karl@gnu.org>
Sat, 7 Apr 2007 15:47:42 +0000 (15:47 +0000)
lispref/ChangeLog
lispref/display.texi

index 976f5365517b696409e988ea75d74edd6bacb4c5..63c9f2ae19a308b4a9607b84924bfeea906ce433 100644 (file)
@@ -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.
index 48b08ab28b219ceadc7a28c562dc3277ef6b16ea..001d996c0bac5ed9971a0b724f8b9c162c02926f 100644 (file)
@@ -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