]> git.eshelyaron.com Git - emacs.git/commitdiff
(grep-command): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 1 Sep 1994 21:18:15 +0000 (21:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 1 Sep 1994 21:18:15 +0000 (21:18 +0000)
lisp/progmodes/compile.el

index 3c465702ac86191d33631e1c23311929bd1ef4b4..bff419b81b7bbffc5b880c183e1ae972d8f152f5 100644 (file)
@@ -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)