aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Berry2006-07-16 23:30:58 +0000
committerKarl Berry2006-07-16 23:30:58 +0000
commit4a76f78d18b3dae296b59ed632e0cca1fabba734 (patch)
tree5e7166b3100f916117ce0d58f2069e8ec9cd4bd0
parentb44409c97d2332b7f1ebe01caee02fc270165ef3 (diff)
downloademacs-4a76f78d18b3dae296b59ed632e0cca1fabba734.tar.gz
emacs-4a76f78d18b3dae296b59ed632e0cca1fabba734.zip
page breaks through chapter 10
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/control.texi5
2 files changed, 6 insertions, 3 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 3a6818c46e2..9b9c5a7bc1c 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,7 +1,7 @@
12006-07-16 Karl Berry <karl@gnu.org> 12006-07-16 Karl Berry <karl@gnu.org>
2 2
3 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi: 3 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi,
4 fix bad page breaks through chapter 7 (hash.texi). 4 control.texi: fix bad page breaks through chapter 10 (control).
5 5
6 * anti.texi (Antinews): reorder face-attribute fns to avoid 6 * anti.texi (Antinews): reorder face-attribute fns to avoid
7 underfull hbox. 7 underfull hbox.
diff --git a/lispref/control.texi b/lispref/control.texi
index d64b03037d6..cabadb3b8dc 100644
--- a/lispref/control.texi
+++ b/lispref/control.texi
@@ -783,8 +783,11 @@ 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
786@anchor{Definition of signal} 787@anchor{Definition of signal}
787This function signals an error named by @var{error-symbol}. The 788@c unfortunately, a page break is allowed if the anchor immediately
789@c follows the @defun, due to hard-to-fix TeXnicalities.
790function signals an error named by @var{error-symbol}. The
788argument @var{data} is a list of additional Lisp objects relevant to the 791argument @var{data} is a list of additional Lisp objects relevant to the
789circumstances of the error. 792circumstances of the error.
790 793