summaryrefslogtreecommitdiff
path: root/lisp/dos-w32.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2000-12-02 11:29:40 +0000
committerEli Zaretskii <eliz@gnu.org>2000-12-02 11:29:40 +0000
commit5cbb3e93c884df5d881778935d80f79a3b912df7 (patch)
tree4483de3906366a76173d0bdd34bc9a69893444d9 /lisp/dos-w32.el
parentb5d8d2ca6bbdd7298400a3d7a599d43a5b7dfaed (diff)
downloademacs-5cbb3e93c884df5d881778935d80f79a3b912df7.tar.gz
(find-buffer-file-type-coding-system): Doc fix.
Diffstat (limited to 'lisp/dos-w32.el')
-rw-r--r--lisp/dos-w32.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/dos-w32.el b/lisp/dos-w32.el
index 901c7bac141..18ae57e22a7 100644
--- a/lisp/dos-w32.el
+++ b/lisp/dos-w32.el
@@ -98,8 +98,8 @@ upon the filename, the contents of `untranslated-filesystem-list' and
`file-name-buffer-file-type-alist', and whether the file exists:
If it matches in `untranslated-filesystem-list':
- If the file exists: `no-conversion'
- If the file does not exist: `undecided'
+ If the file exists: `undecided'
+ If the file does not exist: `undecided-unix'
If it matches in `file-name-buffer-file-type-alist':
If the match is t (for binary): `no-conversion'
If the match is nil (for dos-text): `undecided-dos'