emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/control.texi, v [EMACS_22_BASE]


From: Karl Berry
Subject: [Emacs-diffs] Changes to emacs/lispref/control.texi, v [EMACS_22_BASE]
Date: Thu, 03 May 2007 16:33:40 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Karl Berry <karl>       07/05/03 16:33:40

Index: control.texi
===================================================================
RCS file: /sources/emacs/emacs/lispref/control.texi,v
retrieving revision 1.31
retrieving revision 1.31.2.1
diff -u -b -r1.31 -r1.31.2.1
--- control.texi        16 Jan 2007 03:28:54 -0000      1.31
+++ control.texi        3 May 2007 16:33:40 -0000       1.31.2.1
@@ -783,13 +783,10 @@
 @end defun
 
 @defun signal error-symbol data
-This
 @anchor{Definition of signal}
address@hidden unfortunately, a page break is allowed if the anchor immediately
address@hidden 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]