diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-01-05 18:56:56 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-01-05 18:56:56 +0000 |
commit | 1c1da4184c3870e9f207d8a35a519850b9f36d6a (patch) | |
tree | bbbbaaf373604244daa3428d9c312b6e1fb89b0e /lisp/custom.el | |
parent | 665e6193d090c4d8fad4756b5b5fdac33c63fb42 (diff) | |
download | emacs-1c1da4184c3870e9f207d8a35a519850b9f36d6a.tar.gz |
Fix typo.
Diffstat (limited to 'lisp/custom.el')
-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: version VERSION. :tag LABEL Use LABEL, a string, instead of the item's name, to label the item - a in customization menus and buffers. + in customization menus and buffers. :load FILE Load file FILE (a string) before displaying this customization item. Loading is done with `load-library', and only if the file is |