# HG changeset patch # User Luc Teirlinck # Date 1109540223 0 # Node ID 7090a1e062e26a942ee8d69eee5c7a7187d848b4 # Parent 53b5914886cc8e2c430d2f7f9c2d1c65a155f578 Comment change. diff -r 53b5914886cc -r 7090a1e062e2 lisp/cus-edit.el --- 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