summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-08-23 18:52:05 +0000
committerGlenn Morris <rgm@gnu.org>2008-08-23 18:52:05 +0000
commitaa5757db2a50caa86610917cee2d8fb28383a051 (patch)
tree2e3f07ace4964ad1cc5349c3091ad80e5ee9746c
parenta90a763ded6f812faa4f4b97faae91f23b3faee5 (diff)
downloademacs-aa5757db2a50caa86610917cee2d8fb28383a051.tar.gz
(dired-guess-shell-alist-user): Doc fix.
-rw-r--r--lisp/dired-x.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/dired-x.el b/lisp/dired-x.el
index 3a7f1281394..1a60a6dec0b 100644
--- a/lisp/dired-x.el
+++ b/lisp/dired-x.el
@@ -1114,6 +1114,9 @@ to a string. If several COMMANDs are given, the first one will be the default
and the rest will be added temporarily to the history and can be retrieved
with \\[previous-history-element] (M-p) .
+The variable `dired-guess-shell-case-fold-search' controls whether
+REGEXP is matched case-sensitively.
+
You can set this variable in your ~/.emacs. For example, to add rules for
`.foo' and `.bar' files, write