comparison lisp/dired-x.el @ 102265:a7393d93645e

(dired-guess-shell-alist-user): Fix doc typo.
author Glenn Morris <rgm@gnu.org>
date Wed, 25 Feb 2009 08:41:44 +0000
parents 74dd2284ef3a
children eb30601bacc5
comparison
equal deleted inserted replaced
102264:4fd9b5c566ce 102265:a7393d93645e
1129 `.foo' and `.bar' files, write 1129 `.foo' and `.bar' files, write
1130 1130
1131 \(setq dired-guess-shell-alist-user 1131 \(setq dired-guess-shell-alist-user
1132 (list (list \"\\\\.foo\\\\'\" \"FOO-COMMAND\");; fixed rule 1132 (list (list \"\\\\.foo\\\\'\" \"FOO-COMMAND\");; fixed rule
1133 ;; possibly more rules ... 1133 ;; possibly more rules ...
1134 (list \"\\\\.bar\\\'\";; rule with condition test 1134 (list \"\\\\.bar\\\\'\";; rule with condition test
1135 '(if condition 1135 '(if condition
1136 \"BAR-COMMAND-1\" 1136 \"BAR-COMMAND-1\"
1137 \"BAR-COMMAND-2\")))\)" 1137 \"BAR-COMMAND-2\")))\)"
1138 :group 'dired-x 1138 :group 'dired-x
1139 :type '(alist :key-type regexp :value-type (repeat sexp))) 1139 :type '(alist :key-type regexp :value-type (repeat sexp)))