From: Luc Teirlinck Date: Sun, 27 Feb 2005 21:37:03 +0000 (+0000) Subject: Comment change. X-Git-Tag: ttn-vms-21-2-B4~2082 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f32a1cb57e4769f1826f1a249542c64f8c23fb62;p=emacs.git Comment change. --- diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 32123f49937..fb76aa6c3d8 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -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