diff options
| author | Richard M. Stallman | 1994-09-01 21:18:15 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-01 21:18:15 +0000 |
| commit | 203a5711046d7e1e058dc6ecf6db29d73c4469f0 (patch) | |
| tree | ed96b2678a736d926d7cca222c6a7ec95c075b63 | |
| parent | 8b2f8d4edb6412798f858299d7466451277e088b (diff) | |
| download | emacs-203a5711046d7e1e058dc6ecf6db29d73c4469f0.tar.gz emacs-203a5711046d7e1e058dc6ecf6db29d73c4469f0.zip | |
(grep-command): Doc fix.
| -rw-r--r-- | lisp/progmodes/compile.el | 2 |
1 files changed, 1 insertions, 1 deletions
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.") | |||
| 206 | "Regexp used to match grep hits. See `compilation-error-regexp-alist'.") | 206 | "Regexp used to match grep hits. See `compilation-error-regexp-alist'.") |
| 207 | 207 | ||
| 208 | (defvar grep-command "grep -n " | 208 | (defvar grep-command "grep -n " |
| 209 | "Last grep command used in \\{grep}; default for next grep.") | 209 | "Last grep command used in \\[grep]; default for next grep.") |
| 210 | 210 | ||
| 211 | ;;;###autoload | 211 | ;;;###autoload |
| 212 | (defvar compilation-search-path '(nil) | 212 | (defvar compilation-search-path '(nil) |