diff options
| author | Karl Berry | 2007-05-03 16:33:40 +0000 |
|---|---|---|
| committer | Karl Berry | 2007-05-03 16:33:40 +0000 |
| commit | 7f95255fad8504519c9fee1cc60e59f13a1bbb56 (patch) | |
| tree | da8c1b0846324ee70291fe94abfaa6881138d8e9 | |
| parent | b21038b5e901898df55a5109029340d71f9f9442 (diff) | |
| download | emacs-7f95255fad8504519c9fee1cc60e59f13a1bbb56.tar.gz emacs-7f95255fad8504519c9fee1cc60e59f13a1bbb56.zip | |
no @anchor in mid-paragraph
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | lispref/control.texi | 9 |
2 files changed, 8 insertions, 6 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 4af3c16ab64..8281be8b3c3 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-05-03 Karl Berry <karl@tug.org> | ||
| 2 | |||
| 3 | * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed, | ||
| 4 | so restore anchor to normal position after defun. Found by Kevin Ryde. | ||
| 5 | |||
| 1 | 2007-04-28 Karl Berry <karl@gnu.org> | 6 | 2007-04-28 Karl Berry <karl@gnu.org> |
| 2 | 7 | ||
| 3 | * elisp.texi: Improve line breaks on copyright page, | 8 | * elisp.texi: Improve line breaks on copyright page, |
diff --git a/lispref/control.texi b/lispref/control.texi index cbc7b55ddb5..4c469a10368 100644 --- a/lispref/control.texi +++ b/lispref/control.texi | |||
| @@ -783,13 +783,10 @@ undesirable results. Instead, use @code{(error "%s" @var{string})}. | |||
| 783 | @end defun | 783 | @end defun |
| 784 | 784 | ||
| 785 | @defun signal error-symbol data | 785 | @defun signal error-symbol data |
| 786 | This | ||
| 787 | @anchor{Definition of signal} | 786 | @anchor{Definition of signal} |
| 788 | @c unfortunately, a page break is allowed if the anchor immediately | 787 | This function signals an error named by @var{error-symbol}. The |
| 789 | @c follows the @defun, due to hard-to-fix TeXnicalities. | 788 | argument @var{data} is a list of additional Lisp objects relevant to |
| 790 | function signals an error named by @var{error-symbol}. The | 789 | the circumstances of the error. |
| 791 | argument @var{data} is a list of additional Lisp objects relevant to the | ||
| 792 | circumstances of the error. | ||
| 793 | 790 | ||
| 794 | The argument @var{error-symbol} must be an @dfn{error symbol}---a symbol | 791 | The argument @var{error-symbol} must be an @dfn{error symbol}---a symbol |
| 795 | bearing a property @code{error-conditions} whose value is a list of | 792 | bearing a property @code{error-conditions} whose value is a list of |