diff options
| author | Eli Zaretskii | 2000-12-02 11:29:40 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-12-02 11:29:40 +0000 |
| commit | 5cbb3e93c884df5d881778935d80f79a3b912df7 (patch) | |
| tree | 4483de3906366a76173d0bdd34bc9a69893444d9 | |
| parent | b5d8d2ca6bbdd7298400a3d7a599d43a5b7dfaed (diff) | |
| download | emacs-5cbb3e93c884df5d881778935d80f79a3b912df7.tar.gz emacs-5cbb3e93c884df5d881778935d80f79a3b912df7.zip | |
(find-buffer-file-type-coding-system): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/dos-w32.el | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 63ec5cb7d50..b1b9bb06923 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il> | 1 | 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 2 | ||
| 3 | * dos-w32.el (find-buffer-file-type-coding-system): Doc fix. | ||
| 4 | |||
| 3 | * term/pc-win.el (x-select-enable-clipboard): Customize (as per | 5 | * term/pc-win.el (x-select-enable-clipboard): Customize (as per |
| 4 | the Emacs Lisp manual). | 6 | the Emacs Lisp manual). |
| 5 | 7 | ||
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 | |||
| 98 | `file-name-buffer-file-type-alist', and whether the file exists: | 98 | `file-name-buffer-file-type-alist', and whether the file exists: |
| 99 | 99 | ||
| 100 | If it matches in `untranslated-filesystem-list': | 100 | If it matches in `untranslated-filesystem-list': |
| 101 | If the file exists: `no-conversion' | 101 | If the file exists: `undecided' |
| 102 | If the file does not exist: `undecided' | 102 | If the file does not exist: `undecided-unix' |
| 103 | If it matches in `file-name-buffer-file-type-alist': | 103 | If it matches in `file-name-buffer-file-type-alist': |
| 104 | If the match is t (for binary): `no-conversion' | 104 | If the match is t (for binary): `no-conversion' |
| 105 | If the match is nil (for dos-text): `undecided-dos' | 105 | If the match is nil (for dos-text): `undecided-dos' |