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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lispref/eval.texi
Date: Tue, 04 Feb 2003 09:48:06 -0500

Index: emacs/lispref/eval.texi
diff -c emacs/lispref/eval.texi:1.9 emacs/lispref/eval.texi:1.10
*** emacs/lispref/eval.texi:1.9 Wed Jan  5 10:17:53 2000
--- emacs/lispref/eval.texi     Tue Feb  4 09:47:53 2003
***************
*** 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 Free Software Foundation, 
Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/eval
  @node Evaluation, Control Structures, Symbols, Top
***************
*** 30,36 ****
  @section Introduction to Evaluation
  
    The Lisp interpreter, or evaluator, is the program that computes
! the value of an expression that is given to it.  When a function 
  written in Lisp is called, the evaluator computes the value of the
  function by evaluating the expressions in the function body.  Thus,
  running any Lisp program really means running the Lisp interpreter.
--- 30,36 ----
  @section Introduction to Evaluation
  
    The Lisp interpreter, or evaluator, is the program that computes
! the value of an expression that is given to it.  When a function
  written in Lisp is called, the evaluator computes the value of the
  function by evaluating the expressions in the function body.  Thus,
  running any Lisp program really means running the Lisp interpreter.
***************
*** 300,306 ****
  @smallexample
  @group
  ((lambda (arg) (erste arg))
!  '(1 2 3)) 
       @result{} 1
  @end group
  @end smallexample
--- 300,306 ----
  @smallexample
  @group
  ((lambda (arg) (erste arg))
!  '(1 2 3))
       @result{} 1
  @end group
  @end smallexample




reply via email to

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