Function: eldoc-documentation-compose-eagerly
eldoc-documentation-compose-eagerly is a byte-compiled function
defined in eldoc.el.gz.
Signature
(eldoc-documentation-compose-eagerly)
Documentation
Show multiple doc strings at once as soon as possible.
Meant as a value for eldoc-documentation-strategy.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/eldoc.el.gz
(defun eldoc-documentation-compose-eagerly ()
"Show multiple doc strings at once as soon as possible.
Meant as a value for `eldoc-documentation-strategy'."
(eldoc--documentation-compose-1 t))