Variable: skeleton-subprompt

skeleton-subprompt is a variable defined in skeleton.el.gz.

Value

#("RET, C-] or C-h" 5 8
  (font-lock-face help-key-binding face help-key-binding) 12 15
  (font-lock-face help-key-binding 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.")