diff options
Diffstat (limited to 'compat-27.el')
| -rw-r--r-- | compat-27.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat-27.el b/compat-27.el index 12209ce..41686f3 100644 --- a/compat-27.el +++ b/compat-27.el @@ -445,7 +445,7 @@ the value of the variable `exec-path'." (nreverse path))))) (exec-path))) -(compat-defun executable-find (command &optional remote) ;; <UNTESTED> +(compat-defun executable-find (command &optional remote) ;; <compat-tests:executable-find> "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 |
