Function: widget-field-prompt-internal
widget-field-prompt-internal is a byte-compiled function defined in
wid-edit.el.gz.
Signature
(widget-field-prompt-internal WIDGET PROMPT INITIAL HISTORY)
Documentation
Read string for WIDGET prompting with PROMPT.
INITIAL is the initial input and HISTORY is a symbol containing the earlier input.
Source Code
;; Defined in /usr/src/emacs/lisp/wid-edit.el.gz
(defun widget-field-prompt-internal (_widget prompt initial history)
"Read string for WIDGET prompting with PROMPT.
INITIAL is the initial input and HISTORY is a symbol containing
the earlier input."
(read-string prompt initial history))