Mercurial > emacs
changeset 15744:911086ff68f5
(executable-find): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sun, 21 Jul 1996 17:53:08 +0000 |
parents | 510a8a97914e |
children | 982e70ecd0de |
files | lisp/progmodes/executable.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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