diff 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
line wrap: on
line diff
--- a/lisp/dired-x.el	Wed Feb 25 08:18:30 2009 +0000
+++ b/lisp/dired-x.el	Wed Feb 25 08:41:44 2009 +0000
@@ -1131,7 +1131,7 @@
  \(setq dired-guess-shell-alist-user
        (list (list \"\\\\.foo\\\\'\" \"FOO-COMMAND\");; fixed rule
               ;; possibly more rules ...
-              (list \"\\\\.bar\\\'\";; rule with condition test
+              (list \"\\\\.bar\\\\'\";; rule with condition test
                     '(if condition
                           \"BAR-COMMAND-1\"
                         \"BAR-COMMAND-2\")))\)"