Variable: warning-type-format

warning-type-format is a variable defined in warnings.el.gz.

Value

" (%s)"

Documentation

Format for displaying the warning type in the warning message.

The result of formatting the type this way gets included in the message under the control of the string in warning-levels.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/warnings.el.gz
;; The autoload cookie is so that programs can bind this variable
;; safely, testing the existing value, before they call one of the
;; warnings functions.
;;;###autoload
(defvar warning-type-format " (%s)"
  "Format for displaying the warning type in the warning message.
The result of formatting the type this way gets included in the
message under the control of the string in `warning-levels'.")