# HG changeset patch # User Juanma Barranquero # Date 1162566482 0 # Node ID 76ebfa6768df3e004d8db7faef91e3edb2ee12b1 # Parent 4dac62a8a77bec0a3febd6502a8d067db34647ca (widget-image-enable): Use "non-nil" in docstrings. diff -r 4dac62a8a77b -r 76ebfa6768df lisp/wid-edit.el --- 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)