diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-09-04 13:31:41 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-09-04 13:32:18 -0700 |
commit | 8a6260e1e14ab1523c195001454c98aaa044ea64 (patch) | |
tree | 36bdb78d5615a54eefc1e6c24af8d57be283883d /doc/lispref/eval.texi | |
parent | 262a23dac0ad6c06197a9e2994dca4b896ac0a58 (diff) | |
download | emacs-8a6260e1e14ab1523c195001454c98aaa044ea64.tar.gz emacs-8a6260e1e14ab1523c195001454c98aaa044ea64.tar.bz2 emacs-8a6260e1e14ab1523c195001454c98aaa044ea64.zip |
Fix minor problems with " in manual
Diffstat (limited to 'doc/lispref/eval.texi')
-rw-r--r-- | doc/lispref/eval.texi | 2 |
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. 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. |