diff lispref/control.texi @ 56215:c9aa4127a482

Reposition @anchor's.
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 23 Jun 2004 16:40:04 +0000
parents 28b887271e09
children 45e78cd94f23 59dcbfe97385
line wrap: on
line diff
--- a/lispref/control.texi	Wed Jun 23 16:20:08 2004 +0000
+++ b/lispref/control.texi	Wed Jun 23 16:40:04 2004 +0000
@@ -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 @@
 undesirable results.  Instead, use @code{(error "%s" @var{string})}.
 @end defun
 
+@defun signal error-symbol data
 @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.