diff options
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. |