Variable: skeleton-subprompt
skeleton-subprompt is a variable defined in skeleton.el.gz.
Value
#("RET, C-] or C-h" 5 8
(face help-key-binding font-lock-face help-key-binding)
12 15
(face help-key-binding font-lock-face help-key-binding))
Documentation
Replacement for %s in prompts of recursive subskeletons.
Source Code
;; Defined in /usr/src/emacs/lisp/skeleton.el.gz
(defvar skeleton-subprompt
(substitute-command-keys
"RET, \\<minibuffer-local-map>\\[abort-recursive-edit] or \\[help-command]")
"Replacement for %s in prompts of recursive subskeletons.")