aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Berry2007-04-07 15:47:42 +0000
committerKarl Berry2007-04-07 15:47:42 +0000
commit522a910368e0c2bdd053df0458eec7fc9381698c (patch)
tree21134a640a6f8ebe2e9d10e67da787108e1ab752
parent702d662b730370591ddec8d1dddf21a65856fb02 (diff)
downloademacs-522a910368e0c2bdd053df0458eec7fc9381698c.tar.gz
emacs-522a910368e0c2bdd053df0458eec7fc9381698c.zip
wording for page break
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/display.texi14
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 @@
12007-04-07 Karl Berry <karl@gnu.org>
2
3 * display.texi (Button Buffer Commands): Improve page break.
4
12007-04-07 Richard Stallman <rms@gnu.org> 52007-04-07 Richard Stallman <rms@gnu.org>
2 6
3 * advice.texi (Activation of Advice): Remove redundant index entry. 7 * 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.
4607@end deffn 4607@end deffn
4608 4608
4609@defun next-button pos &optional count-current 4609@defun next-button pos &optional count-current
4610Return the next button after position @var{pos} in the current buffer. 4610@defunx previous-button pos &optional count-current
4611If @var{count-current} is non-@code{nil}, count any button at 4611Return 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 4614in the search, instead of starting at the next button.
4615@defun previous-button pos &optional count-current
4616Return the @var{n}th button before position @var{pos} in the current
4617buffer. 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