diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-11-03 15:08:02 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-11-03 15:08:02 +0000 |
commit | 80b709bce17b06084c1d470d3f1372a34b648595 (patch) | |
tree | 0c87f1d4049e3779ba1dfe44f1a28c80d882fe44 /lisp/wid-edit.el | |
parent | 8728dbdd32172c5647bc9ce57c5ea97e103729c7 (diff) | |
download | emacs-80b709bce17b06084c1d470d3f1372a34b648595.tar.gz |
(widget-image-enable): Use "non-nil" in docstrings.
Diffstat (limited to 'lisp/wid-edit.el')
-rw-r--r-- | lisp/wid-edit.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el index af41424ca75..7d572363e0f 100644 --- a/lisp/wid-edit.el +++ b/lisp/wid-edit.el @@ -598,7 +598,7 @@ automatically." :type 'directory) (defcustom widget-image-enable t - "If non nil, use image buttons in widgets when available." + "If non-nil, use image buttons in widgets when available." :version "21.1" :group 'widgets :type 'boolean) @@ -1719,7 +1719,7 @@ If END is omitted, it defaults to the length of LIST." ;;; The `push-button' Widget. ;; (defcustom widget-push-button-gui t -;; "If non nil, use GUI push buttons when available." +;; "If non-nil, use GUI push buttons when available." ;; :group 'widgets ;; :type 'boolean) @@ -2562,7 +2562,7 @@ Return an alist of (TYPE MATCH)." ;;; The `editable-list' Widget. ;; (defcustom widget-editable-list-gui nil -;; "If non nil, use GUI push-buttons in editable list when available." +;; "If non-nil, use GUI push-buttons in editable list when available." ;; :type 'boolean ;; :group 'widgets) |