Function: eldoc-display-message-p

eldoc-display-message-p is a byte-compiled function defined in eldoc.el.gz.

This function is obsolete since eldoc-1.6.0; Use eldoc-documentation-functions instead.

Signature

(eldoc-display-message-p)

Documentation

Tell if ElDoc can use the echo area.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/eldoc.el.gz
(defun eldoc-display-message-p ()
  "Tell if ElDoc can use the echo area."
  (and (eldoc-display-message-no-interference-p)
       (not this-command)
       (eldoc--message-command-p last-command)))