Mercurial > emacs
changeset 15750:347aa710b4a9
(executable-find): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 21 Jul 1996 19:49:45 +0000 |
parents | 646df9ca91ba |
children | 022815791330 |
files | lisp/progmodes/executable.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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