mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
(quoted-insert): Doc fix.
This commit is contained in:
parent
55642aa486
commit
037a29613f
@ -160,8 +160,10 @@ This is useful for inserting control characters.
|
||||
|
||||
If the first character you type after this command is an octal digit,
|
||||
you should type a sequence of octal digits which specify a character code.
|
||||
Any nondigit terminates the sequence. If the terminator is a space,
|
||||
Any nondigit terminates the sequence. If the terminator is a RET,
|
||||
it is discarded; any other terminator is used itself as input.
|
||||
The variable `read-quoted-char-radix' specifies the radix for this feature;
|
||||
set it to 10 or 16 to use decimal or hex instead of octal.
|
||||
|
||||
In overwrite mode, this function inserts the character anyway, and
|
||||
does not handle octal digits specially. This means that if you use
|
||||
|
Loading…
Reference in New Issue
Block a user