]> git.eshelyaron.com Git - emacs.git/commitdiff
(find-buffer-file-type-coding-system): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 2 Dec 2000 11:29:40 +0000 (11:29 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 2 Dec 2000 11:29:40 +0000 (11:29 +0000)
lisp/ChangeLog
lisp/dos-w32.el

index 63ec5cb7d5065274f3ece55ab44aa423680e389b..b1b9bb069237b67a27279844315d497d7b7e0a7a 100644 (file)
@@ -1,5 +1,7 @@
 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
 
+       * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
+
        * term/pc-win.el (x-select-enable-clipboard): Customize (as per
        the Emacs Lisp manual).
 
index 901c7bac141ee37cb0d4a602eca3389ca4b27bf8..18ae57e22a7c966a1ab62d2b663f81aded09028a 100644 (file)
@@ -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'