# HG changeset patch # User Eli Zaretskii # Date 975756460 0 # Node ID a47622945ceef8c6cd17d0fc9f0c39fbd32c1b4e # Parent 25bf8e616d4461054044e131ead6de3e77489aa7 (find-buffer-file-type-coding-system): Doc fix. diff -r 25bf8e616d44 -r a47622945cee lisp/dos-w32.el --- a/lisp/dos-w32.el Sat Dec 02 11:27:15 2000 +0000 +++ b/lisp/dos-w32.el Sat Dec 02 11:27:40 2000 +0000 @@ -98,8 +98,8 @@ `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'