# HG changeset patch # User Karl Heuer # Date 837971588 0 # Node ID 911086ff68f58c6dfcfd59d93bf13b2ccb0a6156 # Parent 510a8a97914e108595e40385f261b6516c0c6456 (executable-find): Doc fix. diff -r 510a8a97914e -r 911086ff68f5 lisp/progmodes/executable.el --- 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