]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-guess-shell-alist-user): Fix doc typo.
authorGlenn Morris <rgm@gnu.org>
Wed, 25 Feb 2009 08:41:44 +0000 (08:41 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 25 Feb 2009 08:41:44 +0000 (08:41 +0000)
lisp/ChangeLog
lisp/dired-x.el

index 9a57263380f90b2074b41b1b0620d4c6ad7f9beb..76d3c343f18204d6c15937c6145ea10a6b45ebf1 100644 (file)
@@ -1,5 +1,7 @@
 2009-02-25  Glenn Morris  <rgm@gnu.org>
 
+       * dired-x.el (dired-guess-shell-alist-user): Fix doc typo.
+
        * simple.el (eval-expression):
        * emacs-lisp/lisp-mode.el (eval-last-sexp): Mention truncation in doc.
 
index 4b80ff86ce836ba3b4a9908a83ec45c7b7cf4156..f5505a71e850589eedd7552e66db977b6476c92d 100644 (file)
@@ -1131,7 +1131,7 @@ You can set this variable in your ~/.emacs.  For example, to add rules for
  \(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\")))\)"