changeset 77638:cf45e2c7b2a6

no @anchor in mid-paragraph
author Karl Berry <karl@gnu.org>
date Thu, 03 May 2007 16:33:40 +0000
parents 17f1d9e091ba
children 8c7592c384e9
files lispref/ChangeLog lispref/control.texi
diffstat 2 files changed, 8 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/ChangeLog	Thu May 03 16:31:03 2007 +0000
+++ b/lispref/ChangeLog	Thu May 03 16:33:40 2007 +0000
@@ -1,3 +1,8 @@
+2007-05-03  Karl Berry  <karl@tug.org>
+
+	* control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
+	so restore anchor to normal position after defun.  Found by Kevin Ryde.
+
 2007-04-28  Karl Berry  <karl@gnu.org>
 
 	* elisp.texi: Improve line breaks on copyright page,
--- a/lispref/control.texi	Thu May 03 16:31:03 2007 +0000
+++ b/lispref/control.texi	Thu May 03 16:33:40 2007 +0000
@@ -783,13 +783,10 @@
 @end defun
 
 @defun signal error-symbol data
-This
 @anchor{Definition of signal}
-@c unfortunately, a page break is allowed if the anchor immediately
-@c follows the @defun, due to hard-to-fix TeXnicalities.  
-function signals an error named by @var{error-symbol}.  The
-argument @var{data} is a list of additional Lisp objects relevant to the
-circumstances of the error.
+This function signals an error named by @var{error-symbol}.  The
+argument @var{data} is a list of additional Lisp objects relevant to
+the circumstances of the error.
 
 The argument @var{error-symbol} must be an @dfn{error symbol}---a symbol
 bearing a property @code{error-conditions} whose value is a list of