From: Karl Heuer Date: Sun, 21 Jul 1996 17:53:08 +0000 (+0000) Subject: (executable-find): Doc fix. X-Git-Tag: emacs-19.34~118 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6ddc496fa7ef72ee2d39701aaf14f8b3c767ae56;p=emacs.git (executable-find): Doc fix. --- diff --git a/lisp/progmodes/executable.el b/lisp/progmodes/executable.el index 8011722f05b..1a330e073bc 100644 --- a/lisp/progmodes/executable.el +++ b/lisp/progmodes/executable.el @@ -119,8 +119,8 @@ See `compilation-error-regexp-alist'.") ;; 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