changeset 60296:7090a1e062e2

Comment change.
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 27 Feb 2005 21:37:03 +0000
parents 53b5914886cc
children 59d1782d5bca
files lisp/cus-edit.el
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-edit.el	Sun Feb 27 21:32:57 2005 +0000
+++ b/lisp/cus-edit.el	Sun Feb 27 21:37:03 2005 +0000
@@ -121,10 +121,11 @@
 ;; 6. rogue
 
 ;;    There is no standard value.  This means that the variable was
-;;    not defined with defcustom.  You can not create a Custom buffer
-;;    for such variables using the normal interactive Custom commands.
-;;    However, such Custom buffers can be created in other ways, for
-;;    instance, by calling `customize-option' non-interactively.
+;;    not defined with defcustom, nor handled in cus-start.el.  You
+;;    can not create a Custom buffer for such variables using the
+;;    normal interactive Custom commands.  However, such Custom
+;;    buffers can be created in other ways, for instance, by calling
+;;    `customize-option' non-interactively.
 
 ;; 7. hidden