Variable: compilation-error
compilation-error is a variable defined in compile.el.gz.
Value
"error"
Documentation
Stem of message to print when no matches are found.
This variable was added, or its default value changed, in Emacs 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/compile.el.gz
(defvar compilation-error "error"
"Stem of message to print when no matches are found.")