diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-10 09:20:27 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-10 09:24:37 -0700 |
| commit | cdef84fb6893f69ffee1a99fe82a262e02e59bf5 (patch) | |
| tree | f26e8fe49677db19be4fad553ebf123d7b4bd478 /lisp/progmodes/executable.el | |
| parent | 4973788c6aa2636407b34da840088f635ba6914a (diff) | |
| download | emacs-cdef84fb6893f69ffee1a99fe82a262e02e59bf5.tar.gz | |
Spelling fixes
* lisp/progmodes/cc-langs.el:
(c-ambiguous-overloadable-or-identifier-prefixes): Rename from
c-ambiguous-overloadable-or-identifier-prefices. Caller changed.
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 " |
