]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/files.el (executable-find): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Wed, 12 Mar 2025 12:53:03 +0000 (14:53 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 15 Mar 2025 15:25:41 +0000 (16:25 +0100)
(cherry picked from commit a6abb88fdcc71f2959c95ee5cda57c28719c5a0a)

lisp/files.el

index ba4df859ac39ae211c030d03142babe1e46ff52c..b5cd20287f46052ad0adad612c76ab184a6d2d2a 100644 (file)
@@ -1313,9 +1313,9 @@ the value of the variable `exec-path'."
 
 (defun executable-find (command &optional remote)
   "Search for COMMAND in `exec-path' and return the absolute file name.
-Return nil if COMMAND is not found anywhere in `exec-path'.  If
-REMOTE is non-nil, search on the remote host indicated by
-`default-directory' instead."
+Return nil if COMMAND is not found anywhere in `exec-path'.
+If REMOTE is non-nil, search on a remote host if `default-directory' is
+remote, otherwise search locally."
   (if (and remote (file-remote-p default-directory))
       (let ((res (locate-file
                  command