Variable: crisp-mode-mode-line-string

crisp-mode-mode-line-string is a customizable variable defined in crisp.el.gz.

Value

" *CRiSP*"

Documentation

String to display in the mode line when CRiSP emulation mode is enabled.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/crisp.el.gz
(defcustom crisp-mode-mode-line-string " *CRiSP*"
  "String to display in the mode line when CRiSP emulation mode is enabled."
  :type 'string)