From: Eli Zaretskii Date: Fri, 9 May 2014 09:10:56 +0000 (+0300) Subject: lisp/progmodes/grep.el (lgrep): Fix a typo in last commit. X-Git-Tag: emacs-25.0.90~2640^2~131 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b722ea4eb4716b721eba9556b1f8742cbb75b26d;p=emacs.git lisp/progmodes/grep.el (lgrep): Fix a typo in last commit. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0fe7ed67067..18a4eadbed7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2014-05-09 Eli Zaretskii + + * progmodes/grep.el (lgrep): Fix a typo in last commit. + 2014-05-09 Glenn Morris * files.el (file-expand-wildcards): diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index d3e06892abf..d60534074b9 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el @@ -904,7 +904,7 @@ This command shares argument histories with \\[rgrep] and \\[grep]." (confirm (equal current-prefix-arg '(4)))) (list regexp files dir confirm)))))) (when (and (stringp regexp) (> (length regexp) 0)) - (unless (and dir (file-acessible-directory-p dir)) + (unless (and dir (file-accessible-directory-p dir)) (setq dir default-directory)) (let ((command regexp)) (if (null files)