diff options
| author | Richard M. Stallman | 2006-07-18 00:09:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-07-18 00:09:02 +0000 |
| commit | 2b9fa4a75e6979bc0f378e6b0602fc44b473f868 (patch) | |
| tree | d7aa65daaa7868cfa52bc1530e5385cafd6d45f3 /lispref/loading.texi | |
| parent | 827b7ee7c21894a634e217ddc40c10d865bd3536 (diff) | |
| download | emacs-2b9fa4a75e6979bc0f378e6b0602fc44b473f868.tar.gz emacs-2b9fa4a75e6979bc0f378e6b0602fc44b473f868.zip | |
Use real doublequote in menus.
Diffstat (limited to 'lispref/loading.texi')
| -rw-r--r-- | lispref/loading.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/loading.texi b/lispref/loading.texi index 81787082117..ea995bb79e9 100644 --- a/lispref/loading.texi +++ b/lispref/loading.texi | |||
| @@ -43,7 +43,7 @@ containing Lisp code. | |||
| 43 | * Repeated Loading:: Precautions about loading a file twice. | 43 | * Repeated Loading:: Precautions about loading a file twice. |
| 44 | * Named Features:: Loading a library if it isn't already loaded. | 44 | * Named Features:: Loading a library if it isn't already loaded. |
| 45 | * Where Defined:: Finding which file defined a certain symbol. | 45 | * Where Defined:: Finding which file defined a certain symbol. |
| 46 | * Unloading:: How to ``unload'' a library that was loaded. | 46 | * Unloading:: How to "unload" a library that was loaded. |
| 47 | * Hooks for Loading:: Providing code to be run when | 47 | * Hooks for Loading:: Providing code to be run when |
| 48 | particular libraries are loaded. | 48 | particular libraries are loaded. |
| 49 | @end menu | 49 | @end menu |