aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/dired-x.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/misc/dired-x.texi b/doc/misc/dired-x.texi
index 4cad016a0f6..726b6653d0d 100644
--- a/doc/misc/dired-x.texi
+++ b/doc/misc/dired-x.texi
@@ -346,6 +346,15 @@ only match against the non-directory part of the file name. Set it to
346match the file name relative to the buffer's top-level directory. 346match the file name relative to the buffer's top-level directory.
347@end defvar 347@end defvar
348 348
349@defvar dired-omit-size-limit
350If non-@code{nil}, @code{dired-omit-mode} will be effectively disabled
351in directories whose listing has size (in bytes) larger than the value
352of this option. Since omitting can be slow for very large directories,
353this avoids having to wait before seeing the directory. This variable
354is ignored when @code{dired-omit-mode} is called interactively, such as
355by @code{C-x M-o}, so you can still enable omitting in the directory
356after the initial display.
357
349@cindex omitting additional files 358@cindex omitting additional files
350@defvar dired-omit-marker-char 359@defvar dired-omit-marker-char
351Temporary marker used by Dired to implement omitting. Should never be used 360Temporary marker used by Dired to implement omitting. Should never be used