From: Richard M. Stallman Date: Thu, 1 Sep 1994 21:18:15 +0000 (+0000) Subject: (grep-command): Doc fix. X-Git-Tag: emacs-19.34~7171 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=203a5711046d7e1e058dc6ecf6db29d73c4469f0;p=emacs.git (grep-command): Doc fix. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 3c465702ac8..bff419b81b7 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -206,7 +206,7 @@ Otherwise, it saves all modified buffers without asking.") "Regexp used to match grep hits. See `compilation-error-regexp-alist'.") (defvar grep-command "grep -n " - "Last grep command used in \\{grep}; default for next grep.") + "Last grep command used in \\[grep]; default for next grep.") ;;;###autoload (defvar compilation-search-path '(nil)