diff options
| -rw-r--r-- | doc/misc/dired-x.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/dired-x.texi b/doc/misc/dired-x.texi index 60915e29962..4f843a04dea 100644 --- a/doc/misc/dired-x.texi +++ b/doc/misc/dired-x.texi | |||
| @@ -322,8 +322,8 @@ Default: @code{nil} | |||
| 322 | 322 | ||
| 323 | @cindex How to make omitting the default in Dired | 323 | @cindex How to make omitting the default in Dired |
| 324 | If non-@code{nil}, ``uninteresting'' files are not listed. | 324 | If non-@code{nil}, ``uninteresting'' files are not listed. |
| 325 | Uninteresting files are those whose files whose names match regexp | 325 | Uninteresting files are files whose names match regexp |
| 326 | @code{dired-omit-files}, plus those ending with extensions in | 326 | @code{dired-omit-files}, plus files whose names end with extension in |
| 327 | @code{dired-omit-extensions}. @kbd{C-x M-o} (@code{dired-omit-mode}) | 327 | @code{dired-omit-extensions}. @kbd{C-x M-o} (@code{dired-omit-mode}) |
| 328 | toggles its value, which is buffer-local. Put | 328 | toggles its value, which is buffer-local. Put |
| 329 | 329 | ||