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


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lispref/control.texi
Date: Wed, 23 Jun 2004 13:33:28 -0400

Index: emacs/lispref/control.texi
diff -c emacs/lispref/control.texi:1.20 emacs/lispref/control.texi:1.21
*** emacs/lispref/control.texi:1.20     Tue Dec 30 22:34:35 2003
--- emacs/lispref/control.texi  Wed Jun 23 16:21:43 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.




reply via email to

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