diff options
| author | Xue Fuqiao | 2013-06-15 15:45:06 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-06-15 15:45:06 +0800 |
| commit | 179fcac85465f5014383cb9c2df52879810feea7 (patch) | |
| tree | 72f45787a6a356aef5def82a39ae6f205995fc43 | |
| parent | 210272cebb7051a9e06b80cd10f17e6bd66e4a2e (diff) | |
| download | emacs-179fcac85465f5014383cb9c2df52879810feea7.tar.gz emacs-179fcac85465f5014383cb9c2df52879810feea7.zip | |
NEWS fix.
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -418,7 +418,7 @@ It is layered as: | |||
| 418 | (See file-coding-system-alist.) In most cases, this change is transparent, but | 418 | (See file-coding-system-alist.) In most cases, this change is transparent, but |
| 419 | files that contain unusual characters without specifying an explicit coding | 419 | files that contain unusual characters without specifying an explicit coding |
| 420 | system may fail to load with obscure errors. | 420 | system may fail to load with obscure errors. |
| 421 | You should either convert them to utf-8 or add an explicit coding: cookie. | 421 | You should either convert them to utf-8 or add an explicit `coding:' cookie. |
| 422 | 422 | ||
| 423 | ** overriding-terminal-local-map does not replace the local keymaps any more. | 423 | ** overriding-terminal-local-map does not replace the local keymaps any more. |
| 424 | It used to disable the minor mode, major mode, and text-property keymaps, | 424 | It used to disable the minor mode, major mode, and text-property keymaps, |