aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/dired-x.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired-x.el b/lisp/dired-x.el
index defc541ddc9..3b78ec47d93 100644
--- a/lisp/dired-x.el
+++ b/lisp/dired-x.el
@@ -159,7 +159,7 @@ See Info node `(dired-x) Omitting Variables' for more information."
159 159
160(put 'dired-omit-mode 'safe-local-variable 'booleanp) 160(put 'dired-omit-mode 'safe-local-variable 'booleanp)
161 161
162(defcustom dired-omit-files "^\\.?#\\|^\\.$\\|^\\.\\.$" 162(defcustom dired-omit-files "\\`[.]?#\\|\\`[.][.]?\\'"
163 "Filenames matching this regexp will not be displayed. 163 "Filenames matching this regexp will not be displayed.
164This only has effect when `dired-omit-mode' is t. See interactive function 164This only has effect when `dired-omit-mode' is t. See interactive function
165`dired-omit-mode' (\\[dired-omit-mode]) and variable 165`dired-omit-mode' (\\[dired-omit-mode]) and variable