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: Mon, 17 Jul 2006 23:59:15 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/07/17 23:59:15

Index: eval.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/eval.texi,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- eval.texi   10 Feb 2006 00:09:18 -0000      1.19
+++ eval.texi   17 Jul 2006 23:59:15 -0000      1.20
@@ -106,7 +106,7 @@
   A Lisp object that is intended to be evaluated is called a @dfn{form}.
 How Emacs evaluates a form depends on its data type.  Emacs has three
 different kinds of form that are evaluated differently: symbols, lists,
-and ``all other types''.  This section describes all three kinds, one by
+and ``all other types.''  This section describes all three kinds, one by
 one, starting with the ``all other types'' which are self-evaluating
 forms.
 
@@ -118,7 +118,7 @@
                              we find the real function via the symbol.
 * Function Forms::          Forms that call functions.
 * Macro Forms::             Forms that call macros.
-* Special Forms::           ``Special forms'' are idiosyncratic primitives,
+* Special Forms::           "Special forms" are idiosyncratic primitives,
                               most of them extremely important.
 * Autoloading::             Functions set up to load files
                               containing their real definitions.




reply via email to

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