Variable: semantic-mode-line-prefix

semantic-mode-line-prefix is a customizable variable defined in util-modes.el.gz.

Value

#("S" 0 1
  (face bold))

Documentation

Prefix added to minor mode indicators in the mode line.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/util-modes.el.gz
(defcustom semantic-mode-line-prefix
  (propertize "S" 'face 'bold)
  "Prefix added to minor mode indicators in the mode line."
  :group 'semantic
  :type 'string
  :require 'semantic/util-modes
  :initialize #'custom-initialize-default)