Function: eldoc-documentation-compose
eldoc-documentation-compose is a byte-compiled function defined in
eldoc.el.gz.
Signature
(eldoc-documentation-compose)
Documentation
Show multiple documentation strings together after waiting for all of them.
This is meant to be used as a value for eldoc-documentation-strategy.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/eldoc.el.gz
(defun eldoc-documentation-compose ()
"Show multiple documentation strings together after waiting for all of them.
This is meant to be used as a value for `eldoc-documentation-strategy'."
(eldoc--documentation-compose-1 nil))