# HG changeset patch # User Karl Berry # Date 1178210020 0 # Node ID cf45e2c7b2a64dfd492ac0a27816579b69baa873 # Parent 17f1d9e091ba71976db809b19409280f568d6fd4 no @anchor in mid-paragraph diff -r 17f1d9e091ba -r cf45e2c7b2a6 lispref/ChangeLog --- 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 + + * control.texi (Signaling Errors) : texinfo.tex is fixed, + so restore anchor to normal position after defun. Found by Kevin Ryde. + 2007-04-28 Karl Berry * elisp.texi: Improve line breaks on copyright page, diff -r 17f1d9e091ba -r cf45e2c7b2a6 lispref/control.texi --- 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