Mercurial > emacs
diff lisp/progmodes/executable.el @ 15750:347aa710b4a9
(executable-find): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sun, 21 Jul 1996 19:49:45 +0000 |
| parents | 911086ff68f5 |
| children | 7af77f490166 |
line wrap: on
line diff
--- a/lisp/progmodes/executable.el Sun Jul 21 19:47:53 1996 +0000 +++ b/lisp/progmodes/executable.el Sun Jul 21 19:49:45 1996 +0000 @@ -120,7 +120,7 @@ ;; 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
