summaryrefslogtreecommitdiff
path: root/lispref/eval.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-07-18 00:07:05 +0000
committerRichard M. Stallman <rms@gnu.org>2006-07-18 00:07:05 +0000
commit13cad7387493267b415fa30037a510b2064aae83 (patch)
tree46bde0016e3599314a0b5ec6f2196331fe1362e7 /lispref/eval.texi
parentfb2dd970030facb437d28126095f4e00fae57c83 (diff)
downloademacs-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.texi4
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.