diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-01-23 11:44:28 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-01-23 11:44:28 -0800 |
commit | b13f806e12df7f9a500f671bbf3177f7a2c1bfde (patch) | |
tree | b71a82e5c8ef78d3619027d510ec80a37fb1f6ac /lisp/files.el | |
parent | cb5850f27c1b4d26957d58e2da2314dd12498671 (diff) | |
download | emacs-b13f806e12df7f9a500f671bbf3177f7a2c1bfde.tar.gz |
Spelling fix.
Diffstat (limited to 'lisp/files.el')
-rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index 7a72775ac3f..ac50e9f0a6e 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -3779,7 +3779,7 @@ the old visited file has been renamed to the new name FILENAME." ;; Don't change the mode if the local variable list specifies it. ;; The file name can influence whether the local variables apply. (and old-try-locals - ;; h-l-v also checks it, but might as well be explcit. + ;; h-l-v also checks it, but might as well be explicit. (not (inhibit-local-variables-p)) (hack-local-variables t)) ;; TODO consider making normal-mode handle this case. |