comparison lisp/custom.el @ 42556:fc69700db2a3

Fix typo.
author Pavel Janík <Pavel@Janik.cz>
date Sat, 05 Jan 2002 18:56:56 +0000
parents 37d771fc6685
children 17031c88f781
comparison
equal deleted inserted replaced
42555:83ab475df3fd 42556:fc69700db2a3
220 VALUE should be a string specifying that the variable was 220 VALUE should be a string specifying that the variable was
221 first introduced, or its default value was changed, in Emacs 221 first introduced, or its default value was changed, in Emacs
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
229 not already loaded. 229 not already loaded.
230 :set-after VARIABLE 230 :set-after VARIABLE