Mercurial > emacs
changeset 67727:c0dbbeb95cd3
(file, directory): Doc fixes for the `define-widget's.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Thu, 22 Dec 2005 01:46:34 +0000 |
parents | d7d3dd935c86 |
children | bffc4c57eda9 |
files | lisp/wid-edit.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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