diff options
| author | Paul Eggert | 2015-09-04 13:31:41 -0700 |
|---|---|---|
| committer | Paul Eggert | 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.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. | |||
| 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. |