mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
(file, directory): Doc fixes for the `define-widget's.
This commit is contained in:
parent
135db51ad9
commit
f29cf2b134
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user