(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)
+ :type 'boolean
+ :version "24.4")
(defcustom eldoc-echo-area-display-truncation-message t
"If non-nil, provide verbose help when a message has been truncated.
is only skipped if the documentation needs to be truncated there."
:type '(choice (const :tag "Prefer ElDoc's documentation buffer" t)
(const :tag "Prefer echo area" nil)
- (const :tag "Skip echo area if truncating" maybe)))
+ (const :tag "Skip echo area if truncating" maybe))
+ :version "28.1")
(defface eldoc-highlight-function-argument
'((t (:inherit bold)))