Variable: semantic-idle-summary-function

semantic-idle-summary-function is a customizable variable defined in idle.el.gz.

Value

semantic-format-tag-summarize-with-file

Documentation

Function to call when displaying tag information during idle time.

This function should take a single argument, a Semantic tag, and return a string to display. Some useful functions are found in semantic-format-tag-functions.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/idle.el.gz
(defcustom semantic-idle-summary-function
  'semantic-format-tag-summarize-with-file
  "Function to call when displaying tag information during idle time.
This function should take a single argument, a Semantic tag, and
return a string to display.
Some useful functions are found in `semantic-format-tag-functions'."
  :group 'semantic
  :type semantic-format-tag-custom-list)