From 203a5711046d7e1e058dc6ecf6db29d73c4469f0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 1 Sep 1994 21:18:15 +0000 Subject: [PATCH] (grep-command): Doc fix. --- lisp/progmodes/compile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5