Mercurial > emacs
diff lisp/wid-edit.el @ 73646:76ebfa6768df
(widget-image-enable): Use "non-nil" in docstrings.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Fri, 03 Nov 2006 15:08:02 +0000 |
| parents | 400487787181 |
| children | 5de4748cd80f 02cf29720f31 |
line wrap: on
line diff
--- a/lisp/wid-edit.el Fri Nov 03 15:07:29 2006 +0000 +++ b/lisp/wid-edit.el Fri Nov 03 15:08:02 2006 +0000 @@ -598,7 +598,7 @@ :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 @@ ;;; 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 @@ ;;; 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)
