From 77a039e27b27ba1cc380bcf8c3a7c3e84e8a5074 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 21 Jul 1996 19:49:45 +0000 Subject: [PATCH] (executable-find): Doc fix. --- lisp/progmodes/executable.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'.") ;; 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 -- 2.39.5