X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/eb9332fa2e41dbe54f5427b9383cb4028a6f926f..7238837d023af0b6461e905af99cad1a03931f9a:/lispref/control.texi diff --git a/lispref/control.texi b/lispref/control.texi index 9ab8669736..e2a1e26b17 100644 --- a/lispref/control.texi +++ b/lispref/control.texi @@ -1,6 +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 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,8 +784,8 @@ contains @samp{%}, it will be interpreted as a format specifier, with undesirable results. Instead, use @code{(error "%s" @var{string})}. @end defun -@anchor{Definition of signal} @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.