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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/control.texi [lexbind]
Date: Tue, 06 Jul 2004 07:01:24 -0400

Index: emacs/lispref/control.texi
diff -c emacs/lispref/control.texi:1.17.2.3 emacs/lispref/control.texi:1.17.2.4
*** emacs/lispref/control.texi:1.17.2.3 Thu Feb  5 14:48:46 2004
--- emacs/lispref/control.texi  Tue Jul  6 10:20:17 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]