(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 8011722..1a330e0 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