aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/eval.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref/eval.texi')
-rw-r--r--doc/lispref/eval.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/eval.texi b/doc/lispref/eval.texi
index a185da7086f..f253e7007b4 100644
--- a/doc/lispref/eval.texi
+++ b/doc/lispref/eval.texi
@@ -116,7 +116,7 @@ with the ``all other types'' which are self-evaluating forms.
116 we find the real function via the symbol. 116 we find the real function via the symbol.
117* Function Forms:: Forms that call functions. 117* Function Forms:: Forms that call functions.
118* Macro Forms:: Forms that call macros. 118* Macro Forms:: Forms that call macros.
119* Special Forms:: "Special forms" are idiosyncratic primitives, 119* Special Forms:: ``Special forms'' are idiosyncratic primitives,
120 most of them extremely important. 120 most of them extremely important.
121* Autoloading:: Functions set up to load files 121* Autoloading:: Functions set up to load files
122 containing their real definitions. 122 containing their real definitions.