Variable: eldoc-print-after-edit
eldoc-print-after-edit is a customizable variable defined in
eldoc.el.gz.
Value
nil
Documentation
If non-nil, eldoc info is only shown when editing.
Changing the value requires toggling eldoc-mode(var)/eldoc-mode(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/eldoc.el.gz
(defcustom eldoc-print-after-edit nil
"If non-nil, eldoc info is only shown when editing.
Changing the value requires toggling `eldoc-mode'."
:type 'boolean)