changeset 8683:0d1aada57ac9

(grep-command): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 01 Sep 1994 21:18:15 +0000
parents 42f95b1368ea
children 020c4d5b685b
files lisp/progmodes/compile.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Thu Sep 01 20:32:44 1994 +0000
+++ b/lisp/progmodes/compile.el	Thu Sep 01 21:18:15 1994 +0000
@@ -206,7 +206,7 @@
   "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)