(find-buffer-file-type-coding-system): Doc fix.
This commit is contained in:
parent
b5d8d2ca6b
commit
5cbb3e93c8
2 changed files with 4 additions and 2 deletions
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue