diff options
| author | Eli Zaretskii | 2011-09-04 19:53:44 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-09-04 19:53:44 +0300 |
| commit | 69b8be97ad3dba56f015974f768fe01fc790cc8b (patch) | |
| tree | 7dfe0f64190294d32aa2fbc4ce0e9985e1a9c053 | |
| parent | bc3200871917d5c54c8c4299a06bf8f8ba2ea02d (diff) | |
| download | emacs-69b8be97ad3dba56f015974f768fe01fc790cc8b.tar.gz emacs-69b8be97ad3dba56f015974f768fe01fc790cc8b.zip | |
Fix bug #9433 with indexing of C-x 8 RET.
doc/emacs/basic.texi (Inserting Text): Add index entries.
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/basic.texi | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 2407d7dd18f..56958417300 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-09-04 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * basic.texi (Inserting Text): Add index entries. (Bug#9433) | ||
| 4 | |||
| 1 | 2011-08-29 Chong Yidong <cyd@stupidchicken.com> | 5 | 2011-08-29 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * modes.texi (Choosing Modes): auto-mode-case-fold is now t. | 7 | * modes.texi (Choosing Modes): auto-mode-case-fold is now t. |
diff --git a/doc/emacs/basic.texi b/doc/emacs/basic.texi index edf07859e52..b06391f004c 100644 --- a/doc/emacs/basic.texi +++ b/doc/emacs/basic.texi | |||
| @@ -101,7 +101,9 @@ character to insert (@pxref{Arguments}). | |||
| 101 | 101 | ||
| 102 | @findex ucs-insert | 102 | @findex ucs-insert |
| 103 | @kindex C-x 8 RET | 103 | @kindex C-x 8 RET |
| 104 | @cindex Unicode | 104 | @cindex Unicode characters, inserting |
| 105 | @cindex insert Unicode character | ||
| 106 | @cindex characters, inserting by name or code-point | ||
| 105 | Instead of @kbd{C-q}, you can use @kbd{C-x 8 @key{RET}} | 107 | Instead of @kbd{C-q}, you can use @kbd{C-x 8 @key{RET}} |
| 106 | (@code{ucs-insert}) to insert a character based on its Unicode name or | 108 | (@code{ucs-insert}) to insert a character based on its Unicode name or |
| 107 | code-point. This command prompts for a character to insert, using | 109 | code-point. This command prompts for a character to insert, using |