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

index 4af3c16ab64c886d75dfc0353d328e3a361af6c3..8281be8b3c3a19943e7d46403f14a326ed2adc20 100644 (file)
@@ -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,
index cbc7b55ddb59f42aa7c0cb2b9ac634cfb51209f0..4c469a10368b524450d0b5dd15046a119acc48d2 100644 (file)
@@ -783,13 +783,10 @@ 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
-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