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,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/eval.texi,v
Date: Sat, 07 Apr 2007 01:55:20 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/04/07 01:55:20

Index: eval.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/eval.texi,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- eval.texi   16 Jan 2007 03:28:54 -0000      1.21
+++ eval.texi   7 Apr 2007 01:55:20 -0000       1.22
@@ -233,7 +233,7 @@
 @node Function Indirection
 @subsection Symbol Function Indirection
 @cindex symbol function indirection
address@hidden indirection
address@hidden indirection for functions
 @cindex void function
 
   If the first element of the list is a symbol then evaluation examines
@@ -252,7 +252,6 @@
 which ought to be a function or other suitable object.
 
 @kindex invalid-function
address@hidden invalid function
   More precisely, we should now have a Lisp function (a lambda
 expression), a byte-code function, a primitive function, a Lisp macro, a
 special form, or an autoload object.  Each of these types is a case
@@ -530,7 +529,6 @@
 
 @node Quoting
 @section Quoting
address@hidden quoting
 
   The special form @code{quote} returns its single argument, as written,
 without evaluating it.  This provides a way to include constant symbols




reply via email to

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