diff options
| author | Chong Yidong | 2012-07-17 15:43:01 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-07-17 15:43:01 +0800 |
| commit | 9ea10cc3431ce03da0a375cd573ceedd5cdbdf67 (patch) | |
| tree | 4b1464950405382a3cf7be66d7fe9189b0915b4f /etc | |
| parent | 441efe9fdd79cfbfc2122054e1be52f0006b9f53 (diff) | |
| download | emacs-9ea10cc3431ce03da0a375cd573ceedd5cdbdf67.tar.gz emacs-9ea10cc3431ce03da0a375cd573ceedd5cdbdf67.zip | |
Document insert-char changes.
* doc/emacs/basic.texi (Inserting Text): Replace ucs-insert with
insert-char. Provide more details of input.
* doc/lispref/mule.texi (International Chars, Input Methods): Likewise.
* doc/lispref/text.texi (Insertion): Document insert-char changes.
* src/editfns.c (Finsert_char): Doc fix.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -140,6 +140,7 @@ invokes `set-buffer-file-coding-system'. | |||
| 140 | ** Setting `enable-remote-dir-locals' to non-nil allows directory | 140 | ** Setting `enable-remote-dir-locals' to non-nil allows directory |
| 141 | local variables on remote hosts. | 141 | local variables on remote hosts. |
| 142 | 142 | ||
| 143 | +++ | ||
| 143 | ** `insert-char' is now a command, and `ucs-insert' an obsolete alias | 144 | ** `insert-char' is now a command, and `ucs-insert' an obsolete alias |
| 144 | for it. | 145 | for it. |
| 145 | 146 | ||