]> git.eshelyaron.com Git - emacs.git/commitdiff
avoid @anchor in middle of paragraph
authorKarl Berry <karl@gnu.org>
Thu, 3 May 2007 16:28:29 +0000 (16:28 +0000)
committerKarl Berry <karl@gnu.org>
Thu, 3 May 2007 16:28:29 +0000 (16:28 +0000)
lispref/ChangeLog
lispref/control.texi

index 84a378dc56757d8cda6c1a01dbac7b31076ae5c3..90d2a0f54c79cb664bc9fcade6f238bbdc09af92 100644 (file)
@@ -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.
index cbc7b55ddb59f42aa7c0cb2b9ac634cfb51209f0..88a803aef8c23ad9d013e8f008ba3f9da5f15024 100644 (file)
@@ -783,11 +783,8 @@ undesirable results.  Instead, use @code{(error "%s" @var{string})}.
 @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.