# HG changeset patch # User Markus Rost # Date 1042503690 0 # Node ID 1d842f148f6ee499f51d6f8b735934939b9dae6c # Parent d3cb29669ffefc92b9e7f5cc48c1a1661e4b26af Update the description of version handling. diff -r d3cb29669ffe -r 1d842f148f6e lisp/cus-dep.el --- a/lisp/cus-dep.el Mon Jan 13 23:47:04 2003 +0000 +++ b/lisp/cus-dep.el Tue Jan 14 00:21:30 2003 +0000 @@ -111,16 +111,16 @@ (insert "\ ;;; These are for handling :version. We need to have a minimum of ;;; information so `customize-changed-options' could do its job. -;;; For both groups and variables we have to set `custom-version'. -;;; For variables we also set the `standard-value' and for groups -;;; `group-documentation' (which is shown in the customize buffer), so -;;; we don't have to load the file containing the group. + +;;; For groups we set `custom-version', `group-documentation' and +;;; `custom-tag' (which are shown in the customize buffer), so we +;;; don't have to load the file containing the group. ;;; `custom-versions-load-alist' is an alist that has as car a version -;;; number and as elts the files that have variables that contain that -;;; version. These files should be loaded before showing the -;;; customization buffer that `customize-changed-options' generates. - +;;; number and as elts the files that have variables or faces that +;;; contain that version. These files should be loaded before showing +;;; the customization buffer that `customize-changed-options' +;;; generates. ;;; This macro is used so we don't modify the information about ;;; variables and groups if it's already set. (We don't know when