diff options
| author | Chong Yidong | 2013-12-25 18:24:52 +0800 |
|---|---|---|
| committer | Chong Yidong | 2013-12-25 18:24:52 +0800 |
| commit | c93525876d67837669c5e8f89b6606b4cfb55ec4 (patch) | |
| tree | 9518ab8234c570b12cdf9f6964c895e47c9a49e8 /doc/lispref/ChangeLog | |
| parent | ff1c842a9477dee39fa20f885d64288b4947a040 (diff) | |
| download | emacs-c93525876d67837669c5e8f89b6606b4cfb55ec4.tar.gz emacs-c93525876d67837669c5e8f89b6606b4cfb55ec4.zip | |
Doc updates for several Emacs 24.4 changes.
* doc/lispref/commands.texi (Event Input Misc): Document new arg to
input-pending-p.
* doc/lispref/display.texi (Font Selection): Tweak example.
* doc/lispref/keymaps.texi (Active Keymaps): Re-organize the text.
(Searching Keymaps): Rewrite the pseudo-code for 24.4 changes.
(Controlling Active Maps): Note that set-transient-map uses
overriding-terminal-local-map.
* doc/lispref/nonascii.texi (Specifying Coding Systems): Don't refer to
emacs-mule-dos.
(Lisp and Coding Systems): Describe emacs-mule return value in
modern terms.
* doc/lispref/tips.texi (Coding Conventions): Tweak the coding system tip;
Emacs now uses utf-8 by default for Emacs Lisp source files.
* doc/emacs/glossary.texi (Glossary): Define MULE in modern terms.
* src/keyboard.c (Voverriding_terminal_local_map):
(Voverriding_local_map): Doc fix.
* src/keymap.c (Vemulation_mode_map_alists): Doc fix.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 738dd417fd2..354efd5f40c 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2013-12-25 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * keymaps.texi (Active Keymaps): Re-organize the text. | ||
| 4 | (Searching Keymaps): Rewrite the pseudo-code for 24.4 changes. | ||
| 5 | (Controlling Active Maps): Note that set-transient-map uses | ||
| 6 | overriding-terminal-local-map. | ||
| 7 | |||
| 8 | * tips.texi (Coding Conventions): Tweak the coding system tip; | ||
| 9 | Emacs now uses utf-8 by default for Emacs Lisp source files. | ||
| 10 | |||
| 11 | * display.texi (Font Selection): Tweak example. | ||
| 12 | |||
| 13 | * commands.texi (Event Input Misc): Document new arg to | ||
| 14 | input-pending-p. | ||
| 15 | |||
| 16 | * nonascii.texi (Specifying Coding Systems): Don't refer to | ||
| 17 | emacs-mule-dos. | ||
| 18 | (Lisp and Coding Systems): Describe emacs-mule return value in | ||
| 19 | modern terms. | ||
| 20 | |||
| 1 | 2013-12-25 Tassilo Horn <tsdh@gnu.org> | 21 | 2013-12-25 Tassilo Horn <tsdh@gnu.org> |
| 2 | 22 | ||
| 3 | * control.texi (Pattern matching case statement): Rephrase lexical | 23 | * control.texi (Pattern matching case statement): Rephrase lexical |