Variable: ielm-prompt-internal
ielm-prompt-internal is a variable defined in ielm.el.gz.
Value
"ELISP> "
Documentation
Stored value of ielm-prompt in the current IELM buffer.
This is an internal variable used by IELM. Its purpose is to
prevent a running IELM process from being messed up when the user
customizes ielm-prompt.
Source Code
;; Defined in /usr/src/emacs/lisp/ielm.el.gz
(defvar ielm-prompt-internal "ELISP> "
"Stored value of `ielm-prompt' in the current IELM buffer.
This is an internal variable used by IELM. Its purpose is to
prevent a running IELM process from being messed up when the user
customizes `ielm-prompt'.")