Variable: erc--prompt-format-face-example

erc--prompt-format-face-example is a variable defined in erc.el.gz.

Value

#("%p%m%a·%b>" 0 2 (font-lock-face erc-my-nick-prefix-face) 2 4
  (font-lock-face font-lock-keyword-face) 4 6
  (font-lock-face erc-error-face) 6 7 (font-lock-face shadow) 7 9
  (font-lock-face font-lock-constant-face) 9 10
  (font-lock-face shadow))

Documentation

An example value for option erc-prompt-format(var)/erc-prompt-format(fun) with faces.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar erc--prompt-format-face-example
  #("%p%m%a\u00b7%b>"
    0 2 (font-lock-face erc-my-nick-prefix-face)
    2 4 (font-lock-face font-lock-keyword-face)
    4 6 (font-lock-face erc-error-face)
    6 7 (font-lock-face shadow)
    7 9 (font-lock-face font-lock-constant-face)
    9 10 (font-lock-face shadow))
  "An example value for option `erc-prompt-format' with faces.")