diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-07-18 00:07:05 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-07-18 00:07:05 +0000 |
commit | 13cad7387493267b415fa30037a510b2064aae83 (patch) | |
tree | 46bde0016e3599314a0b5ec6f2196331fe1362e7 /lispref/eval.texi | |
parent | fb2dd970030facb437d28126095f4e00fae57c83 (diff) | |
download | emacs-13cad7387493267b415fa30037a510b2064aae83.tar.gz |
Put period and comma inside quotes.
Use real doublequote in menus.
Diffstat (limited to 'lispref/eval.texi')
-rw-r--r-- | lispref/eval.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/eval.texi b/lispref/eval.texi index 803f3d4a70d..05229c1b7c0 100644 --- a/lispref/eval.texi +++ b/lispref/eval.texi @@ -106,7 +106,7 @@ described below (@pxref{Forms}). 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 @@ forms. 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. |