Variable: semantic-ia-completion-format-tag-function

semantic-ia-completion-format-tag-function is a customizable variable defined in ia.el.gz.

Value

semantic-format-tag-prototype

Documentation

Function used to convert a tag to a string during completion.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/ia.el.gz
;;; Code:

;;; COMPLETION
;;
;; This set of routines provides some simplisting completion
;; functions.

(defcustom semantic-ia-completion-format-tag-function
  'semantic-format-tag-prototype
  "Function used to convert a tag to a string during completion."
  :group 'semantic
  :type semantic-format-tag-custom-list)