emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/eval.texi


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

Index: emacs/lispref/eval.texi
diff -c emacs/lispref/eval.texi:1.15 emacs/lispref/eval.texi:1.16
*** emacs/lispref/eval.texi:1.15        Sat May 22 21:59:46 2004
--- emacs/lispref/eval.texi     Wed Jun 23 16:25:48 2004
***************
*** 1,6 ****
  @c -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
! @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1998 Free Software Foundation, 
Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/eval
  @node Evaluation, Control Structures, Symbols, Top
--- 1,6 ----
  @c -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
! @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1998, 2003, 2004 Free Software 
Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/eval
  @node Evaluation, Control Structures, Symbols, Top
***************
*** 313,320 ****
  perform symbol function indirection explicitly.
  
  @c Emacs 19 feature
- @anchor{Definition of indirect-function}
  @defun indirect-function function
  This function returns the meaning of @var{function} as a function.  If
  @var{function} is a symbol, then it finds @var{function}'s function
  definition and starts over with that value.  If @var{function} is not a
--- 313,320 ----
  perform symbol function indirection explicitly.
  
  @c Emacs 19 feature
  @defun indirect-function function
+ @anchor{Definition of indirect-function}
  This function returns the meaning of @var{function} as a function.  If
  @var{function} is a symbol, then it finds @var{function}'s function
  definition and starts over with that value.  If @var{function} is not a
***************
*** 630,637 ****
  @code{max-lisp-eval-depth} (see below).
  @end defun
  
- @anchor{Definition of eval-region}
  @deffn Command eval-region start end &optional stream read-function
  This function evaluates the forms in the current buffer in the region
  defined by the positions @var{start} and @var{end}.  It reads forms from
  the region and calls @code{eval} on them until the end of the region is
--- 630,637 ----
  @code{max-lisp-eval-depth} (see below).
  @end defun
  
  @deffn Command eval-region start end &optional stream read-function
+ @anchor{Definition of eval-region}
  This function evaluates the forms in the current buffer in the region
  defined by the positions @var{start} and @var{end}.  It reads forms from
  the region and calls @code{eval} on them until the end of the region is
***************
*** 674,681 ****
  @code{eval-current-buffer} is an alias for this command.
  @end deffn
  
- @anchor{Definition of max-lisp-eval-depth}
  @defvar max-lisp-eval-depth
  This variable defines the maximum depth allowed in calls to @code{eval},
  @code{apply}, and @code{funcall} before an error is signaled (with error
  message @code{"Lisp nesting exceeds max-lisp-eval-depth"}).
--- 674,681 ----
  @code{eval-current-buffer} is an alias for this command.
  @end deffn
  
  @defvar max-lisp-eval-depth
+ @anchor{Definition of max-lisp-eval-depth}
  This variable defines the maximum depth allowed in calls to @code{eval},
  @code{apply}, and @code{funcall} before an error is signaled (with error
  message @code{"Lisp nesting exceeds max-lisp-eval-depth"}).




reply via email to

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