]> git.eshelyaron.com Git - emacs.git/commitdiff
(executable-find): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Sun, 21 Jul 1996 17:53:08 +0000 (17:53 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sun, 21 Jul 1996 17:53:08 +0000 (17:53 +0000)
lisp/progmodes/executable.el

index 8011722f05b7ea5f8b79fb6895b4d339bbc7cb98..1a330e073bc32010d5979e9dd2dd547c02c43205 100644 (file)
@@ -119,8 +119,8 @@ See `compilation-error-regexp-alist'.")
 
 ;; The C function openp slightly modified would do the trick fine
 (defun executable-find (command)
-  "Search for COMMAND in $PATH and return the absolute file name.
-Return nil if COMMAND is not found anywhere in $PATH."
+  "Search for COMMAND in exec-path and return the absolute file name.
+Return nil if COMMAND is not found anywhere in exec-path."
   (let ((list exec-path)
        file)
     (while list