]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fix.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 Jan 2012 19:44:28 +0000 (11:44 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 Jan 2012 19:44:28 +0000 (11:44 -0800)
lisp/files.el

index 7a72775ac3f0a83fb67cf4ca82ba595ff4796239..ac50e9f0a6ead73e17702f7afd1187ee32b93b90 100644 (file)
@@ -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.