comparison lisp/cus-edit.el @ 60296:7090a1e062e2

Comment change.
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 27 Feb 2005 21:37:03 +0000
parents 53b5914886cc
children 0592ebb75598 e4694597cbf4
comparison
equal deleted inserted replaced
60295:53b5914886cc 60296:7090a1e062e2
119 ;; The "think" value is the standard value. 119 ;; The "think" value is the standard value.
120 120
121 ;; 6. rogue 121 ;; 6. rogue
122 122
123 ;; There is no standard value. This means that the variable was 123 ;; There is no standard value. This means that the variable was
124 ;; not defined with defcustom. You can not create a Custom buffer 124 ;; not defined with defcustom, nor handled in cus-start.el. You
125 ;; for such variables using the normal interactive Custom commands. 125 ;; can not create a Custom buffer for such variables using the
126 ;; However, such Custom buffers can be created in other ways, for 126 ;; normal interactive Custom commands. However, such Custom
127 ;; instance, by calling `customize-option' non-interactively. 127 ;; buffers can be created in other ways, for instance, by calling
128 ;; `customize-option' non-interactively.
128 129
129 ;; 7. hidden 130 ;; 7. hidden
130 131
131 ;; There is no widget value. 132 ;; There is no widget value.
132 133