Variable: semantic-idle-truncate-long-summaries

semantic-idle-truncate-long-summaries is a customizable variable defined in idle.el.gz.

Value

t

Documentation

Truncate summaries that are too long to fit in the minibuffer.

This can prevent minibuffer resizing in idle time.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/idle.el.gz
;;; SUMMARY MODE
;;
;; A mode similar to eldoc using semantic
(defcustom semantic-idle-truncate-long-summaries t
  "Truncate summaries that are too long to fit in the minibuffer.
This can prevent minibuffer resizing in idle time."
  :group 'semantic
  :type 'boolean)