comparison lisp/custom.el @ 70021:8991a6461375

* cus-edit.el (customize-package-emacs-version-alist): Update docstring. (customize-package-emacs-version): Use cdr instead of cadr now that alists use dotted pairs. * custom.el (defcustom): Fix docstring for :package-version.
author Bill Wohler <wohler@newt.com>
date Fri, 14 Apr 2006 00:46:39 +0000
parents 9319f873855b
children af9f1a83e3cf c156f6a9e7b5
comparison
equal deleted inserted replaced
70020:2578326defd6 70021:8991a6461375
270 :version 270 :version
271 VALUE should be a string specifying that the variable was 271 VALUE should be a string specifying that the variable was
272 first introduced, or its default value was changed, in Emacs 272 first introduced, or its default value was changed, in Emacs
273 version VERSION. 273 version VERSION.
274 :package-version 274 :package-version
275 VALUE should be a list with the form (PACKAGE VERSION) 275 VALUE should be a list with the form (PACKAGE . VERSION)
276 specifying that the variable was first introduced, or its 276 specifying that the variable was first introduced, or its
277 default value was changed, in PACKAGE version VERSION. This 277 default value was changed, in PACKAGE version VERSION. This
278 keyword takes priority over :version. The PACKAGE and VERSION 278 keyword takes priority over :version. The PACKAGE and VERSION
279 must appear in the alist `customize-package-emacs-version-alist'. 279 must appear in the alist `customize-package-emacs-version-alist'.
280 Since PACKAGE must be unique and the user might see it in an
281 error message, a good choice is the official name of the
282 package, such as MH-E or Gnus.
280 :tag LABEL 283 :tag LABEL
281 Use LABEL, a string, instead of the item's name, to label the item 284 Use LABEL, a string, instead of the item's name, to label the item
282 in customization menus and buffers. 285 in customization menus and buffers.
283 :load FILE 286 :load FILE
284 Load file FILE (a string) before displaying this customization 287 Load file FILE (a string) before displaying this customization