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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/control.texi,v
Date: Fri, 04 May 2007 01:05:56 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/05/04 01:05:55

Index: lispref/control.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/control.texi,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- lispref/control.texi        3 May 2007 16:28:29 -0000       1.32
+++ lispref/control.texi        4 May 2007 01:05:25 -0000       1.33
@@ -785,8 +785,8 @@
 @defun signal error-symbol data
 @anchor{Definition of signal}
 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.
+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]