(executable-find): Doc fix.
This commit is contained in:
parent
52e2247ccb
commit
77a039e27b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue