aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 1a330e073b..27dd1799f0 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