Variable: flymake-note-bitmap
flymake-note-bitmap is a customizable variable defined in
flymake.el.gz.
Value
(exclamation-mark flymake-note-fringe)
Documentation
Bitmap (a symbol) used in the fringe for indicating info notes.
The value may also be a list of two elements where the second
element specifies the face for the bitmap. For possible bitmap
symbols, see fringe-bitmaps. See also flymake-error-bitmap.
The option flymake-fringe-indicator-position controls how and where
this is used.
This variable was added, or its default value changed, in Emacs 31.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/flymake.el.gz
(defcustom flymake-note-bitmap '(exclamation-mark flymake-note-fringe)
"Bitmap (a symbol) used in the fringe for indicating info notes.
The value may also be a list of two elements where the second
element specifies the face for the bitmap. For possible bitmap
symbols, see `fringe-bitmaps'. See also `flymake-error-bitmap'.
The option `flymake-fringe-indicator-position' controls how and where
this is used."
:version "31.1"
:type '(choice (symbol :tag "Bitmap")
(list :tag "Bitmap and face"
(symbol :tag "Bitmap")
(face :tag "Face"))))