aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/executable.el
diff options
context:
space:
mode:
authorRichard M. Stallman1996-07-21 19:49:45 +0000
committerRichard M. Stallman1996-07-21 19:49:45 +0000
commit77a039e27b27ba1cc380bcf8c3a7c3e84e8a5074 (patch)
tree564541ed90a6efbe5d75ef2934b0086665b3ea06 /lisp/progmodes/executable.el
parent52e2247ccbd80c8903e5eb9257b00b2cc03c135d (diff)
downloademacs-77a039e27b27ba1cc380bcf8c3a7c3e84e8a5074.tar.gz
emacs-77a039e27b27ba1cc380bcf8c3a7c3e84e8a5074.zip
(executable-find): Doc fix.
Diffstat (limited to 'lisp/progmodes/executable.el')
-rw-r--r--lisp/progmodes/executable.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/executable.el b/lisp/progmodes/executable.el
index 1a330e073bc..27dd1799f01 100644
--- a/lisp/progmodes/executable.el
+++ b/lisp/progmodes/executable.el
@@ -120,7 +120,7 @@ See `compilation-error-regexp-alist'.")
120;; The C function openp slightly modified would do the trick fine 120;; The C function openp slightly modified would do the trick fine
121(defun executable-find (command) 121(defun executable-find (command)
122 "Search for COMMAND in exec-path and return the absolute file name. 122 "Search for COMMAND in exec-path and return the absolute file name.
123Return nil if COMMAND is not found anywhere in exec-path." 123Return nil if COMMAND is not found anywhere in `exec-path'."
124 (let ((list exec-path) 124 (let ((list exec-path)
125 file) 125 file)
126 (while list 126 (while list