From de5af6bb818f5453740eb9a9b56c8e1eff33763b Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 25 Feb 2009 08:41:44 +0000 Subject: [PATCH] (dired-guess-shell-alist-user): Fix doc typo. --- lisp/ChangeLog | 2 ++ lisp/dired-x.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9a57263380f..76d3c343f18 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2009-02-25 Glenn Morris + * 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. diff --git a/lisp/dired-x.el b/lisp/dired-x.el index 4b80ff86ce8..f5505a71e85 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el @@ -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\")))\)" -- 2.39.5