diff options
author | Glenn Morris <rgm@gnu.org> | 2008-08-23 18:52:05 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-08-23 18:52:05 +0000 |
commit | 050f33eee26247cfb5bbe68c863fc8c9eebb7e5b (patch) | |
tree | 0ecfda83e514571ec97d8e10e39429a3e8a16983 | |
parent | 67ab41a76f77e95371c4b0b76cadefadd90966ae (diff) | |
download | emacs-050f33eee26247cfb5bbe68c863fc8c9eebb7e5b.tar.gz |
(dired-guess-shell-alist-user): Doc fix.
-rw-r--r-- | lisp/dired-x.el | 3 |
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 |