diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-04-14 14:57:21 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-04-14 14:57:21 -0700 |
commit | 54ac5d47456e1dd989c8fa346e5543556fa82444 (patch) | |
tree | 8268c5c01ea453ea8055d6993b73e9ba37959440 /lisp/files.el | |
parent | 9e3379a08bd734e1419fc6d968dde83e80ea0930 (diff) | |
download | emacs-54ac5d47456e1dd989c8fa346e5543556fa82444.tar.gz |
Spelling fixes.
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 ce032534f04..238be36cae0 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -4183,7 +4183,7 @@ Checks for files in `temporary-file-directory', `small-temporary-file-directory', and /tmp." (let ((temporary-file-directory temporary-file-directory) caseless) - ;; On MS-Windows, file-truename will convert short 8+3 alises to + ;; On MS-Windows, file-truename will convert short 8+3 aliases to ;; their long file-name equivalents, so compare-strings does TRT. (if (memq system-type '(ms-dos windows-nt)) (setq temporary-file-directory (file-truename temporary-file-directory) |