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 after editing commands.

Changing the value requires toggling eldoc-mode(var)/eldoc-mode(fun).

This variable was added, or its default value changed, in Emacs 24.4.

View in manual

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 after editing commands.
Changing the value requires toggling `eldoc-mode'."
  :type 'boolean
  :version "24.4")