Function: apropos--preamble
apropos--preamble is a byte-compiled function defined in
apropos.el.gz.
Signature
(apropos--preamble TEXT)
Source Code
;; Defined in /usr/src/emacs/lisp/apropos.el.gz
(defun apropos--preamble (text)
(let ((inhibit-read-only t))
(insert (substitute-command-keys "Type \\[apropos-follow] on ")
(if apropos-multi-type "a type label" "an entry")
" to view its full documentation.\n\n")
(when text
(insert text "\n\n"))))