Mercurial > emacs
changeset 80843:24d4897a4f63
avoid @anchor in middle of paragraph
author | Karl Berry <karl@gnu.org> |
---|---|
date | Thu, 03 May 2007 16:28:29 +0000 |
parents | ed9471af53e1 |
children | ab7995acf691 |
files | lispref/ChangeLog lispref/control.texi |
diffstat | 2 files changed, 7 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 <karl@gnu.org> + + * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed, + so restore anchor to normal position after defun. Found by Kevin + Ryde. + 2007-04-26 Glenn Morris <rgm@gnu.org> * elisp.texi (EMACSVER): Increase to 22.1.50.
--- 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.