aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/building.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi
index b6b664ddb39..91705711b84 100644
--- a/doc/emacs/building.texi
+++ b/doc/emacs/building.texi
@@ -434,6 +434,12 @@ the variable @code{grep-files-aliases}.
434@kbd{M-x rgrep}. The default value includes the data directories used 434@kbd{M-x rgrep}. The default value includes the data directories used
435by various version control systems. 435by various version control systems.
436 436
437@vindex grep-find-hide
438 The boolean option @code{grep-find-hide} controls shortening of the
439displayed command line by hiding the part containing ignored
440directories and files. The hidden part can be revealed by clicking on
441the button with ellipsis.
442
437@node Flymake 443@node Flymake
438@section Finding Syntax Errors On The Fly 444@section Finding Syntax Errors On The Fly
439@cindex checking syntax 445@cindex checking syntax