diff options
Diffstat (limited to 'lisp/progmodes/executable.el')
-rw-r--r-- | lisp/progmodes/executable.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/executable.el b/lisp/progmodes/executable.el index 7c040e74955..ebdb516de18 100644 --- a/lisp/progmodes/executable.el +++ b/lisp/progmodes/executable.el @@ -228,8 +228,8 @@ executable." (and argument (string< "" argument) " ") argument)) - ;; For backward compatibilty, allow `executable-prefix-env' to be - ;; overriden by custom `executable-prefix'. + ;; For backward compatibility, allow `executable-prefix-env' to be + ;; overridden by custom `executable-prefix'. (if (string-match "#!\\([ \t]*/usr/bin/env[ \t]*\\)?$" executable-prefix) (if executable-prefix-env (setq argument (concat "/usr/bin/env " |