From f29cf2b134b3f0492e552ca7b068b57da8e0b524 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Thu, 22 Dec 2005 01:46:34 +0000 Subject: [PATCH] (file, directory): Doc fixes for the `define-widget's. --- lisp/wid-edit.el | 4 ++-- 1 file 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 -- 2.39.5