diff options
author | Glenn Morris <rgm@gnu.org> | 2008-05-23 04:44:07 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-05-23 04:44:07 +0000 |
commit | 116f996b96409fe8b627cb96b15475a226244df1 (patch) | |
tree | 6abdde6c4970b11ed70f648988c8373e134f838d /lisp/dos-w32.el | |
parent | 71b7654711f5ef923eaf5c43233c3fca518eec96 (diff) | |
download | emacs-116f996b96409fe8b627cb96b15475a226244df1.tar.gz |
Spelling fix.
Diffstat (limited to 'lisp/dos-w32.el')
-rw-r--r-- | lisp/dos-w32.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dos-w32.el b/lisp/dos-w32.el index a292f54fc24..172f2d07b75 100644 --- a/lisp/dos-w32.el +++ b/lisp/dos-w32.el @@ -204,7 +204,7 @@ set to the appropriate coding system, and the value of (add-hook 'find-file-not-found-functions 'find-file-not-found-set-buffer-file-coding-system) -;;; To accomodate filesystems that do not require CR/LF translation. +;;; To accommodate filesystems that do not require CR/LF translation. (defvar untranslated-filesystem-list nil "List of filesystems that require no CR/LF translation when reading and writing files. Each filesystem in the list is a string naming |