Mercurial > emacs
diff lisp/progmodes/executable.el @ 15744:911086ff68f5
(executable-find): Doc fix.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Sun, 21 Jul 1996 17:53:08 +0000 |
| parents | 7a25ca1a7d7d |
| children | 347aa710b4a9 |
line wrap: on
line diff
--- a/lisp/progmodes/executable.el Sat Jul 20 18:26:13 1996 +0000 +++ b/lisp/progmodes/executable.el Sun Jul 21 17:53:08 1996 +0000 @@ -119,8 +119,8 @@ ;; 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
