]> git.eshelyaron.com Git - emacs.git/commitdiff
(grep-compute-defaults): Fix typos.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 15 Feb 2004 13:09:44 +0000 (13:09 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 15 Feb 2004 13:09:44 +0000 (13:09 +0000)
lisp/ChangeLog
lisp/progmodes/grep.el

index 945fdaa80dc83160c766c045b6e883aeeb1e4c38..728a34e4ec031b7ef449b825dc7d418d50962799 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
+
+       * progmodes/grep.el (grep-compute-defaults): Fix typos.
+
 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * x-dnd.el: Mention support for Motif in commentary.
index fd68dd64b414ff0c00c0c183f3d56903af4f73dc..40c900e530126b0af4222ebf8b1177bbcd14f4f9 100644 (file)
@@ -318,9 +318,9 @@ Sets `grep-last-buffer' and runs `grep-setup-hook'."
              'gnu)))
   (unless grep-find-command
     (setq grep-find-command
-          (cond ((not (executable-command-find-unix-p "find"))
+          (cond ((not (executable-command-find-posix-p "find"))
                 (message
-                 (concat "compile.el: Unix type find(1) not found. "
+                 (concat "compile.el: Posix-style find(1) not found. "
                          "Please set `grep-find-command'."))
                 nil)
                ((eq grep-find-use-xargs 'gnu)
@@ -543,5 +543,5 @@ those sub directories of DIR."
 (provide 'grep)
 
 ;;; grep.el ends here
+
 ;;; arch-tag: 5a5b9169-a79d-4f38-9c38-f69615f39c4d