Mercurial > emacs
changeset 34110:a47622945cee
(find-buffer-file-type-coding-system): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 02 Dec 2000 11:27:40 +0000 |
parents | 25bf8e616d44 |
children | d7313a38fa5b |
files | lisp/dos-w32.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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'