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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/eval.texi [lexbind]
Date: Tue, 14 Oct 2003 19:10:16 -0400

Index: emacs/lispref/eval.texi
diff -c emacs/lispref/eval.texi:1.9.18.1 emacs/lispref/eval.texi:1.9.18.2
*** emacs/lispref/eval.texi:1.9.18.1    Fri Apr  4 01:20:41 2003
--- emacs/lispref/eval.texi     Tue Oct 14 19:10:11 2003
***************
*** 588,598 ****
  specify limits to the evaluation process, or record recently returned
  values.  Loading a file also does evaluation (@pxref{Loading}).
  
!   @strong{Note:} it is generally cleaner and more flexible to store a
! function in a data structure, and call it with @code{funcall} or
! @code{apply}, than to store an expression in the data structure and
! evaluate it.  Using functions provides the ability to pass information
! to them as arguments.
  
  @defun eval form
  This is the basic function evaluating an expression.  It evaluates
--- 588,598 ----
  specify limits to the evaluation process, or record recently returned
  values.  Loading a file also does evaluation (@pxref{Loading}).
  
!   It is generally cleaner and more flexible to store a function in a
! data structure, and call it with @code{funcall} or @code{apply}, than
! to store an expression in the data structure and evaluate it.  Using
! functions provides the ability to pass information to them as
! arguments.
  
  @defun eval form
  This is the basic function evaluating an expression.  It evaluates
***************
*** 719,721 ****
--- 719,725 ----
  @end group
  @end example
  @end defvar
+ 
+ @ignore
+    arch-tag: f723a4e0-31b3-453f-8afc-0bf8fd276d57
+ @end ignore




reply via email to

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