]> git.eshelyaron.com Git - emacs.git/commitdiff
(executable-find): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 21 Jul 1996 19:49:45 +0000 (19:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 21 Jul 1996 19:49:45 +0000 (19:49 +0000)
lisp/progmodes/executable.el

index 1a330e073bc32010d5979e9dd2dd547c02c43205..27dd1799f01a49384cd2b36e85157b9956ceb1cb 100644 (file)
@@ -120,7 +120,7 @@ See `compilation-error-regexp-alist'.")
 ;; 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