Function: tpu-string-prompt

tpu-string-prompt is a byte-compiled function defined in tpu-edt.el.gz.

Signature

(tpu-string-prompt PROMPT HISTORY-SYMBOL)

Documentation

Read a string with PROMPT.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/tpu-edt.el.gz
(defun tpu-string-prompt (prompt history-symbol)
  "Read a string with PROMPT."
  (read-from-minibuffer prompt nil nil nil history-symbol))