* doc/emacs/basic.texi (Inserting Text): Minor clarification. (Bug#6374)
This commit is contained in:
parent
04d3bb6ce4
commit
103dd3a81a
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
|||
2010-06-10 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* basic.texi (Inserting Text): Minor clarification. (Bug#6374)
|
||||
|
||||
* basic.texi (Inserting Text): Fix typo.
|
||||
|
||||
2010-05-07 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
|
|
@ -93,9 +93,9 @@ of overwriting with it.
|
|||
@vindex read-quoted-char-radix
|
||||
@noindent
|
||||
To use decimal or hexadecimal instead of octal, set the variable
|
||||
@code{read-quoted-char-radix} to 10 or 16. If the radix is greater
|
||||
than 10, some letters starting with @kbd{a} serve as part of a
|
||||
character code, just like digits.
|
||||
@code{read-quoted-char-radix} to 10 or 16. If the radix is 16,
|
||||
the letters @kbd{a} to @kbd{f} serve as part of a character code,
|
||||
just like digits. Case is ignored.
|
||||
|
||||
A numeric argument tells @kbd{C-q} how many copies of the quoted
|
||||
character to insert (@pxref{Arguments}).
|
||||
|
|
Loading…
Add table
Reference in a new issue