aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2012-07-17 15:43:01 +0800
committerChong Yidong2012-07-17 15:43:01 +0800
commit9ea10cc3431ce03da0a375cd573ceedd5cdbdf67 (patch)
tree4b1464950405382a3cf7be66d7fe9189b0915b4f /etc
parent441efe9fdd79cfbfc2122054e1be52f0006b9f53 (diff)
downloademacs-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/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9eac4af64a3..bf7880bd1ac 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
141local variables on remote hosts. 141local 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
144for it. 145for it.
145 146