[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lispref/control.texi [emacs-unicode-2]
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/lispref/control.texi [emacs-unicode-2] |
Date: |
Tue, 29 Jun 2004 13:09:49 -0400 |
Index: emacs/lispref/control.texi
diff -c emacs/lispref/control.texi:1.18.6.1 emacs/lispref/control.texi:1.18.6.2
*** emacs/lispref/control.texi:1.18.6.1 Mon Apr 19 07:01:40 2004
--- emacs/lispref/control.texi Tue Jun 29 16:45:28 2004
***************
*** 1,6 ****
@c -*-texinfo-*-
@c This is part of the GNU Emacs Lisp Reference Manual.
! @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999
@c Free Software Foundation, Inc.
@c See the file elisp.texi for copying conditions.
@setfilename ../info/control
--- 1,6 ----
@c -*-texinfo-*-
@c This is part of the GNU Emacs Lisp Reference Manual.
! @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2003
@c Free Software Foundation, Inc.
@c See the file elisp.texi for copying conditions.
@setfilename ../info/control
***************
*** 784,791 ****
undesirable results. Instead, use @code{(error "%s" @var{string})}.
@end defun
- @anchor{Definition of signal}
@defun signal error-symbol data
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.
--- 784,791 ----
undesirable results. Instead, use @code{(error "%s" @var{string})}.
@end defun
@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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lispref/control.texi [emacs-unicode-2],
Miles Bader <=