aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2002-01-05 18:56:56 +0000
committerPavel Janík2002-01-05 18:56:56 +0000
commit1c1da4184c3870e9f207d8a35a519850b9f36d6a (patch)
treebbbbaaf373604244daa3428d9c312b6e1fb89b0e
parent665e6193d090c4d8fad4756b5b5fdac33c63fb42 (diff)
downloademacs-1c1da4184c3870e9f207d8a35a519850b9f36d6a.tar.gz
emacs-1c1da4184c3870e9f207d8a35a519850b9f36d6a.zip
Fix typo.
-rw-r--r--lisp/custom.el2
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