summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2005-12-22 01:46:34 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2005-12-22 01:46:34 +0000
commitf29cf2b134b3f0492e552ca7b068b57da8e0b524 (patch)
tree431f1e4f58b2c01856ce888e6344fa08f3e45799
parent135db51ad9e7b887c2d04884612ddbde87d662f1 (diff)
downloademacs-f29cf2b134b3f0492e552ca7b068b57da8e0b524.tar.gz
emacs-f29cf2b134b3f0492e552ca7b068b57da8e0b524.tar.bz2
emacs-f29cf2b134b3f0492e552ca7b068b57da8e0b524.zip
(file, directory): Doc fixes for the `define-widget's.
-rw-r--r--lisp/wid-edit.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el
index ec3614c4d59..1f0b8e746c7 100644
--- a/lisp/wid-edit.el
+++ b/lisp/wid-edit.el
@@ -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