(executable-find): Doc fix.

This commit is contained in:
Richard M. Stallman 1996-07-21 19:49:45 +00:00
parent 52e2247ccb
commit 77a039e27b

View file

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