aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-12-22 01:46:34 +0000
committerLuc Teirlinck2005-12-22 01:46:34 +0000
commitf29cf2b134b3f0492e552ca7b068b57da8e0b524 (patch)
tree431f1e4f58b2c01856ce888e6344fa08f3e45799
parent135db51ad9e7b887c2d04884612ddbde87d662f1 (diff)
downloademacs-f29cf2b134b3f0492e552ca7b068b57da8e0b524.tar.gz
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."
2988 2988
2989(define-widget 'file 'string 2989(define-widget 'file 'string
2990 "A file widget. 2990 "A file widget.
2991It will read a file name from the minibuffer when invoked." 2991It reads a file name from an editable text field."
2992 :complete-function 'widget-file-complete 2992 :complete-function 'widget-file-complete
2993 :prompt-value 'widget-file-prompt-value 2993 :prompt-value 'widget-file-prompt-value
2994 :format "%{%t%}: %v" 2994 :format "%{%t%}: %v"
@@ -3050,7 +3050,7 @@ It will read a file name from the minibuffer when invoked."
3050;; Fixme: use file-name-as-directory. 3050;; Fixme: use file-name-as-directory.
3051(define-widget 'directory 'file 3051(define-widget 'directory 'file
3052 "A directory widget. 3052 "A directory widget.
3053It will read a directory name from the minibuffer when invoked." 3053It reads a directory name from an editable text field."
3054 :tag "Directory") 3054 :tag "Directory")
3055 3055
3056(defvar widget-symbol-prompt-value-history nil 3056(defvar widget-symbol-prompt-value-history nil