Merge pull request #4531 from jbampton/fix-spelling

Fix spelling
This commit is contained in:
Henrik Lissner 2021-01-27 02:36:44 -05:00 committed by GitHub
commit 20e74206a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -650,7 +650,7 @@ set earlier in the setq-local. The return value of the
(macroexp-progn (nreverse expr)))))
(eval-when! (version< emacs-version "27.1")
;; DEPRECATED Backported from Emacs 27; earlier verisons don't have REMOTE arg
;; DEPRECATED Backported from Emacs 27; earlier versions don't have REMOTE arg
(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