Variable: grep-error

grep-error is a variable defined in grep.el.gz.

Value

"grep hit"

Documentation

Message to print when no matches are found.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/grep.el.gz
(defvar grep-error "grep hit"
  "Message to print when no matches are found.")