diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/dired-x.texi | 9 |
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 | |||
| 346 | match the file name relative to the buffer's top-level directory. | 346 | match 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 | ||
| 350 | If non-@code{nil}, @code{dired-omit-mode} will be effectively disabled | ||
| 351 | in directories whose listing has size (in bytes) larger than the value | ||
| 352 | of this option. Since omitting can be slow for very large directories, | ||
| 353 | this avoids having to wait before seeing the directory. This variable | ||
| 354 | is ignored when @code{dired-omit-mode} is called interactively, such as | ||
| 355 | by @code{C-x M-o}, so you can still enable omitting in the directory | ||
| 356 | after 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 |
| 351 | Temporary marker used by Dired to implement omitting. Should never be used | 360 | Temporary marker used by Dired to implement omitting. Should never be used |