comparison lisp/cus-dep.el @ 49221:1d842f148f6e

Update the description of version handling.
author Markus Rost <rost@math.uni-bielefeld.de>
date Tue, 14 Jan 2003 00:21:30 +0000
parents e53c0b341ec5
children 37645a051842
comparison
equal deleted inserted replaced
49220:d3cb29669ffe 49221:1d842f148f6e
109 (when found 109 (when found
110 (insert "))\n")))))) 110 (insert "))\n"))))))
111 (insert "\ 111 (insert "\
112 ;;; These are for handling :version. We need to have a minimum of 112 ;;; These are for handling :version. We need to have a minimum of
113 ;;; information so `customize-changed-options' could do its job. 113 ;;; information so `customize-changed-options' could do its job.
114 ;;; For both groups and variables we have to set `custom-version'. 114
115 ;;; For variables we also set the `standard-value' and for groups 115 ;;; For groups we set `custom-version', `group-documentation' and
116 ;;; `group-documentation' (which is shown in the customize buffer), so 116 ;;; `custom-tag' (which are shown in the customize buffer), so we
117 ;;; we don't have to load the file containing the group. 117 ;;; don't have to load the file containing the group.
118 118
119 ;;; `custom-versions-load-alist' is an alist that has as car a version 119 ;;; `custom-versions-load-alist' is an alist that has as car a version
120 ;;; number and as elts the files that have variables that contain that 120 ;;; number and as elts the files that have variables or faces that
121 ;;; version. These files should be loaded before showing the 121 ;;; contain that version. These files should be loaded before showing
122 ;;; customization buffer that `customize-changed-options' generates. 122 ;;; the customization buffer that `customize-changed-options'
123 123 ;;; generates.
124 124
125 ;;; This macro is used so we don't modify the information about 125 ;;; This macro is used so we don't modify the information about
126 ;;; variables and groups if it's already set. (We don't know when 126 ;;; variables and groups if it's already set. (We don't know when
127 ;;; " (file-name-nondirectory generated-custom-dependencies-file) 127 ;;; " (file-name-nondirectory generated-custom-dependencies-file)
128 " is going to be loaded and at that time some of the 128 " is going to be loaded and at that time some of the