diff options
| author | Pavel Janík | 2002-01-05 18:56:56 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-01-05 18:56:56 +0000 |
| commit | 1c1da4184c3870e9f207d8a35a519850b9f36d6a (patch) | |
| tree | bbbbaaf373604244daa3428d9c312b6e1fb89b0e | |
| parent | 665e6193d090c4d8fad4756b5b5fdac33c63fb42 (diff) | |
| download | emacs-1c1da4184c3870e9f207d8a35a519850b9f36d6a.tar.gz emacs-1c1da4184c3870e9f207d8a35a519850b9f36d6a.zip | |
Fix typo.
| -rw-r--r-- | lisp/custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/custom.el b/lisp/custom.el index 1bc53200aed..f7c0e0e0ee9 100644 --- a/lisp/custom.el +++ b/lisp/custom.el | |||
| @@ -222,7 +222,7 @@ The following keywords are meaningful: | |||
| 222 | version VERSION. | 222 | version VERSION. |
| 223 | :tag LABEL | 223 | :tag LABEL |
| 224 | Use LABEL, a string, instead of the item's name, to label the item | 224 | Use LABEL, a string, instead of the item's name, to label the item |
| 225 | a in customization menus and buffers. | 225 | in customization menus and buffers. |
| 226 | :load FILE | 226 | :load FILE |
| 227 | Load file FILE (a string) before displaying this customization | 227 | Load file FILE (a string) before displaying this customization |
| 228 | item. Loading is done with `load-library', and only if the file is | 228 | item. Loading is done with `load-library', and only if the file is |