]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/progmodes/grep.el (lgrep): Fix a typo in last commit.
authorEli Zaretskii <eliz@gnu.org>
Fri, 9 May 2014 09:10:56 +0000 (12:10 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 9 May 2014 09:10:56 +0000 (12:10 +0300)
lisp/ChangeLog
lisp/progmodes/grep.el

index 0fe7ed6706792f20558623ac1d214df2618ecb5c..18a4eadbed7bef52209cfe5a93e7aef98512c8fe 100644 (file)
@@ -1,3 +1,7 @@
+2014-05-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * progmodes/grep.el (lgrep): Fix a typo in last commit.
+
 2014-05-09  Glenn Morris  <rgm@gnu.org>
 
        * files.el (file-expand-wildcards):
index d3e06892abfeb45c8a1e8c09ac2cf6a73e393dc9..d60534074b9ebed2d5743a89e99cffa4aa9d733e 100644 (file)
@@ -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)