From: Juanma Barranquero Date: Fri, 3 Nov 2006 15:08:02 +0000 (+0000) Subject: (widget-image-enable): Use "non-nil" in docstrings. X-Git-Tag: emacs-pretest-22.0.91~377 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=80b709bce17b06084c1d470d3f1372a34b648595;p=emacs.git (widget-image-enable): Use "non-nil" in docstrings. --- 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)