diff options
| author | Karl Berry | 2007-05-03 16:28:29 +0000 |
|---|---|---|
| committer | Karl Berry | 2007-05-03 16:28:29 +0000 |
| commit | b9a356fa3d7eb91a7f542c51e0f5fe3d5d5c9b13 (patch) | |
| tree | 5154caa27999b01031584117294cca1dc0652362 /lispref | |
| parent | 49464582db3fb995cefa33d9420e9fa5af66dff5 (diff) | |
| download | emacs-b9a356fa3d7eb91a7f542c51e0f5fe3d5d5c9b13.tar.gz emacs-b9a356fa3d7eb91a7f542c51e0f5fe3d5d5c9b13.zip | |
avoid @anchor in middle of paragraph
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/ChangeLog | 6 | ||||
| -rw-r--r-- | lispref/control.texi | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 84a378dc567..90d2a0f54c7 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2007-05-03 Karl Berry <karl@gnu.org> | ||
| 2 | |||
| 3 | * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed, | ||
| 4 | so restore anchor to normal position after defun. Found by Kevin | ||
| 5 | Ryde. | ||
| 6 | |||
| 1 | 2007-04-26 Glenn Morris <rgm@gnu.org> | 7 | 2007-04-26 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * elisp.texi (EMACSVER): Increase to 22.1.50. | 9 | * elisp.texi (EMACSVER): Increase to 22.1.50. |
diff --git a/lispref/control.texi b/lispref/control.texi index cbc7b55ddb5..88a803aef8c 100644 --- a/lispref/control.texi +++ b/lispref/control.texi | |||
| @@ -783,11 +783,8 @@ 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. | ||
| 790 | function signals an error named by @var{error-symbol}. The | ||
| 791 | argument @var{data} is a list of additional Lisp objects relevant to the | 788 | argument @var{data} is a list of additional Lisp objects relevant to the |
| 792 | circumstances of the error. | 789 | circumstances of the error. |
| 793 | 790 | ||