diff options
author | Eli Zaretskii <eliz@gnu.org> | 2020-09-27 16:00:39 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2020-09-27 16:00:39 +0300 |
commit | c2da21c4cc2aec2b2271d6603f7d8e40f3039e62 (patch) | |
tree | ff1a890d1ab4805c0dfc64e42b3e50c740ebb720 /doc/emacs/building.texi | |
parent | cea06818a1e7462090df90d41d5298b975ee9b27 (diff) | |
download | emacs-c2da21c4cc2aec2b2271d6603f7d8e40f3039e62.tar.gz emacs-c2da21c4cc2aec2b2271d6603f7d8e40f3039e62.tar.bz2 emacs-c2da21c4cc2aec2b2271d6603f7d8e40f3039e62.zip |
; * doc/emacs/building.texi (Grep Searching): Fix a typo.
Diffstat (limited to 'doc/emacs/building.texi')
-rw-r--r-- | doc/emacs/building.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi index 5199724e69d..5f7d9b7ab8c 100644 --- a/doc/emacs/building.texi +++ b/doc/emacs/building.texi @@ -427,7 +427,7 @@ M-n}}, @key{RET}, and so forth, just like compilation errors. @xref{Compilation Mode}, for detailed description of commands and key bindings available in the @file{*grep*} buffer. -@vindex grep-match-regexp} +@vindex grep-match-regexp Some grep programs accept a @samp{--color} option to output special markers around matches for the purpose of highlighting. You can make use of this feature by setting @code{grep-highlight-matches} to |