diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-11-03 15:06:26 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-11-03 15:06:26 +0000 |
commit | 10cb6e7b96577bca1aca6b84bfa4c7088c06a3b9 (patch) | |
tree | 09007a45bfcd35e180d52092a4bf05ffd1ec2106 /lisp/cus-edit.el | |
parent | aaf08d6bb1714f3794bfcbb8747c8a54d34a2451 (diff) | |
download | emacs-10cb6e7b96577bca1aca6b84bfa4c7088c06a3b9.tar.gz |
(custom-unlispify-menu-entries, custom-unlispify-tag-names,
custom-prompt-variable): Use "non-nil" in docstrings.
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r-- | lisp/cus-edit.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index ab3f7ec2b92..00f76b31520 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -521,7 +521,7 @@ WIDGET is the widget to apply the filter entries of MENU on." "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 @@ WIDGET is the widget to apply the filter entries of MENU on." (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 @@ it were the arg to `interactive' (which see) to interactively read the value. 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)) |