* dired-x.el (dired-omit-mode): Doc fix.
This commit is contained in:
parent
dc2d2590b2
commit
2223a1b334
2 changed files with 11 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2010-03-30 Juri Linkov <juri@jurta.org>
|
||||
|
||||
* dired-x.el (dired-omit-mode): Doc fix.
|
||||
|
||||
2010-03-30 Juri Linkov <juri@jurta.org>
|
||||
|
||||
Make occur handle multi-line matches cleanly with context.
|
||||
|
|
|
|||
|
|
@ -163,7 +163,13 @@ With numeric ARG, enable Dired-Omit mode if ARG is positive, disable
|
|||
otherwise. Enabling and disabling is buffer-local.
|
||||
If enabled, \"uninteresting\" files are not listed.
|
||||
Uninteresting files are those whose filenames match regexp `dired-omit-files',
|
||||
plus those ending with extensions in `dired-omit-extensions'."
|
||||
plus those ending with extensions in `dired-omit-extensions'.
|
||||
|
||||
To enable omitting in every Dired buffer, you can put in your ~/.emacs
|
||||
|
||||
(add-hook 'dired-mode-hook (lambda () (dired-omit-mode 1)))
|
||||
|
||||
See Info node `(dired-x) Omitting Variables' for more information."
|
||||
:group 'dired-x
|
||||
(if dired-omit-mode
|
||||
;; This will mention how many lines were omitted:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue