]> git.eshelyaron.com Git - emacs.git/commitdiff
(file, directory): Doc fixes for the `define-widget's.
authorLuc Teirlinck <teirllm@auburn.edu>
Thu, 22 Dec 2005 01:46:34 +0000 (01:46 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Thu, 22 Dec 2005 01:46:34 +0000 (01:46 +0000)
lisp/wid-edit.el

index ec3614c4d596f0ba7d9b8d0d02a71c86f8d469b5..1f0b8e746c71ca7e05b063921b93d8ce09c72cf2 100644 (file)
@@ -2988,7 +2988,7 @@ as the value."
 
 (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 @@ It will read a file name from the minibuffer when invoked."
 ;; 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