Variable: eldoc-echo-area-display-truncation-message

eldoc-echo-area-display-truncation-message is a customizable variable defined in eldoc.el.gz.

Value

t

Documentation

If non-nil, provide verbose help when a message has been truncated.

If nil, truncated messages will just have "..." appended.

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

Probably introduced at or before Emacs version 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/eldoc.el.gz
(defcustom eldoc-echo-area-display-truncation-message t
  "If non-nil, provide verbose help when a message has been truncated.
If nil, truncated messages will just have \"...\" appended."
  :type 'boolean
  :version "28.1")