# HG changeset patch # User Karl Berry # Date 1178209709 0 # Node ID 24d4897a4f63a5ff5b4fb9bec8b14542935e50ca # Parent ed9471af53e1cfcccd2d8c878c5d1f49d51f8b08 avoid @anchor in middle of paragraph diff -r ed9471af53e1 -r 24d4897a4f63 lispref/ChangeLog --- a/lispref/ChangeLog Thu May 03 04:13:45 2007 +0000 +++ b/lispref/ChangeLog Thu May 03 16:28:29 2007 +0000 @@ -1,3 +1,9 @@ +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-26 Glenn Morris * elisp.texi (EMACSVER): Increase to 22.1.50. diff -r ed9471af53e1 -r 24d4897a4f63 lispref/control.texi --- a/lispref/control.texi Thu May 03 04:13:45 2007 +0000 +++ b/lispref/control.texi Thu May 03 16:28:29 2007 +0000 @@ -783,11 +783,8 @@ @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 +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.