aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorKarl Berry2007-05-03 16:28:29 +0000
committerKarl Berry2007-05-03 16:28:29 +0000
commitb9a356fa3d7eb91a7f542c51e0f5fe3d5d5c9b13 (patch)
tree5154caa27999b01031584117294cca1dc0652362 /lispref
parent49464582db3fb995cefa33d9420e9fa5af66dff5 (diff)
downloademacs-b9a356fa3d7eb91a7f542c51e0f5fe3d5d5c9b13.tar.gz
emacs-b9a356fa3d7eb91a7f542c51e0f5fe3d5d5c9b13.zip
avoid @anchor in middle of paragraph
Diffstat (limited to 'lispref')
-rw-r--r--lispref/ChangeLog6
-rw-r--r--lispref/control.texi5
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 @@
12007-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
12007-04-26 Glenn Morris <rgm@gnu.org> 72007-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
786This
787@anchor{Definition of signal} 786@anchor{Definition of signal}
788@c unfortunately, a page break is allowed if the anchor immediately 787This function signals an error named by @var{error-symbol}. The
789@c follows the @defun, due to hard-to-fix TeXnicalities.
790function signals an error named by @var{error-symbol}. The
791argument @var{data} is a list of additional Lisp objects relevant to the 788argument @var{data} is a list of additional Lisp objects relevant to the
792circumstances of the error. 789circumstances of the error.
793 790