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/loading.texi | |
| parent | 262a23dac0ad6c06197a9e2994dca4b896ac0a58 (diff) | |
| download | emacs-8a6260e1e14ab1523c195001454c98aaa044ea64.tar.gz emacs-8a6260e1e14ab1523c195001454c98aaa044ea64.zip | |
Fix minor problems with " in manual
Diffstat (limited to 'doc/lispref/loading.texi')
| -rw-r--r-- | doc/lispref/loading.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index fc1def60207..91dc9a95390 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi | |||
| @@ -40,7 +40,7 @@ For on-demand loading of external libraries, @pxref{Dynamic Libraries}. | |||
| 40 | * Repeated Loading:: Precautions about loading a file twice. | 40 | * Repeated Loading:: Precautions about loading a file twice. |
| 41 | * Named Features:: Loading a library if it isn't already loaded. | 41 | * Named Features:: Loading a library if it isn't already loaded. |
| 42 | * Where Defined:: Finding which file defined a certain symbol. | 42 | * Where Defined:: Finding which file defined a certain symbol. |
| 43 | * Unloading:: How to "unload" a library that was loaded. | 43 | * Unloading:: How to ``unload'' a library that was loaded. |
| 44 | * Hooks for Loading:: Providing code to be run when | 44 | * Hooks for Loading:: Providing code to be run when |
| 45 | particular libraries are loaded. | 45 | particular libraries are loaded. |
| 46 | @end menu | 46 | @end menu |