]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-unlispify-menu-entries, custom-unlispify-tag-names,
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 3 Nov 2006 15:06:26 +0000 (15:06 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 3 Nov 2006 15:06:26 +0000 (15:06 +0000)
custom-prompt-variable): Use "non-nil" in docstrings.

lisp/cus-edit.el

index ab3f7ec2b92af6cdfbd90d6a7bf750320cf7b7ce..00f76b31520d98dd2f5e21ffa91ef09fc6557e0b 100644 (file)
@@ -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))