# HG changeset patch # User Juanma Barranquero # Date 1162566386 0 # Node ID b99336492688556894b95ada25bdc054a75beeb2 # Parent d4b7bfddf3f5680384724845bc9d5bb8c650780f (custom-unlispify-menu-entries, custom-unlispify-tag-names, custom-prompt-variable): Use "non-nil" in docstrings. diff -r d4b7bfddf3f5 -r b99336492688 lisp/cus-edit.el --- a/lisp/cus-edit.el Fri Nov 03 15:05:44 2006 +0000 +++ b/lisp/cus-edit.el Fri Nov 03 15:06:26 2006 +0000 @@ -521,7 +521,7 @@ "List of prefixes that should be ignored by `custom-unlispify'.") (defcustom custom-unlispify-menu-entries t - "Display menu entries as words instead of symbols if non nil." + "Display menu entries as words instead of symbols if non-nil." :group 'custom-menu :type 'boolean) @@ -568,7 +568,7 @@ (buffer-string))))) (defcustom custom-unlispify-tag-names t - "Display tag names as words instead of symbols if non nil." + "Display tag names as words instead of symbols if non-nil." :group 'custom-buffer :type 'boolean) @@ -846,7 +846,7 @@ If the variable has a `custom-type' property, it must be a widget and the `:prompt-value' property of that widget will be used for reading the value. -If optional COMMENT argument is non nil, also prompt for a comment and return +If optional COMMENT argument is non-nil, also prompt for a comment and return it as the third element in the list." (let* ((var (read-variable prompt-var)) (minibuffer-help-form '(describe-variable var))