diff options
| author | Karl Berry | 2007-04-07 15:47:42 +0000 |
|---|---|---|
| committer | Karl Berry | 2007-04-07 15:47:42 +0000 |
| commit | 522a910368e0c2bdd053df0458eec7fc9381698c (patch) | |
| tree | 21134a640a6f8ebe2e9d10e67da787108e1ab752 | |
| parent | 702d662b730370591ddec8d1dddf21a65856fb02 (diff) | |
| download | emacs-522a910368e0c2bdd053df0458eec7fc9381698c.tar.gz emacs-522a910368e0c2bdd053df0458eec7fc9381698c.zip | |
wording for page break
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2007-04-07 Karl Berry <karl@gnu.org> | ||
| 2 | |||
| 3 | * display.texi (Button Buffer Commands): Improve page break. | ||
| 4 | |||
| 1 | 2007-04-07 Richard Stallman <rms@gnu.org> | 5 | 2007-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 |
| 4610 | Return the next button after position @var{pos} in the current buffer. | 4610 | @defunx previous-button pos &optional count-current |
| 4611 | If @var{count-current} is non-@code{nil}, count any button at | 4611 | Return 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 | 4614 | in the search, instead of starting at the next button. | |
| 4615 | @defun previous-button pos &optional count-current | ||
| 4616 | Return the @var{n}th button before position @var{pos} in the current | ||
| 4617 | buffer. 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 |