]> code.delx.au - gnu-emacs/blobdiff - lisp/tree-widget.el
Do not prompt twice to save a buffer
[gnu-emacs] / lisp / tree-widget.el
index fd502dd1847277f3d6aca7f263377af7ea66a283..0ffb8dc96dc1d97dbf3282830bb4655c09ffbbe4 100644 (file)
@@ -208,9 +208,11 @@ icon widgets used to draw the tree.  By default these images are used:
 
 (defcustom tree-widget-space-width 0.5
   "Amount of space between an icon image and a node widget.
-Must be a valid space :width display property."
+Must be a valid space :width display property.
+See Info node `(elisp)Specified Space'."
   :group 'tree-widget
-  :type 'sexp)
+  :type '(choice (number :tag "Multiple of normal character width")
+                 sexp))
 \f
 ;;; Image support
 ;;