# HG changeset patch # User Luc Teirlinck # Date 1135215994 0 # Node ID c0dbbeb95cd3d9491ab8d576f85cc7a6e8f19d4d # Parent d7d3dd935c86177f529a2c7ff87093b50e131f80 (file, directory): Doc fixes for the `define-widget's. diff -r d7d3dd935c86 -r c0dbbeb95cd3 lisp/wid-edit.el --- a/lisp/wid-edit.el Thu Dec 22 01:44:31 2005 +0000 +++ b/lisp/wid-edit.el Thu Dec 22 01:46:34 2005 +0000 @@ -2988,7 +2988,7 @@ (define-widget 'file 'string "A file widget. -It will read a file name from the minibuffer when invoked." +It reads a file name from an editable text field." :complete-function 'widget-file-complete :prompt-value 'widget-file-prompt-value :format "%{%t%}: %v" @@ -3050,7 +3050,7 @@ ;; Fixme: use file-name-as-directory. (define-widget 'directory 'file "A directory widget. -It will read a directory name from the minibuffer when invoked." +It reads a directory name from an editable text field." :tag "Directory") (defvar widget-symbol-prompt-value-history nil