From: Richard M. Stallman Date: Thu, 17 Jul 1997 04:45:19 +0000 (+0000) Subject: (quoted-insert): Doc fix. X-Git-Tag: emacs-20.1~1121 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=037a29613feb82a9a0db5f08b692f8b203dbce16;p=emacs.git (quoted-insert): Doc fix. --- diff --git a/lisp/simple.el b/lisp/simple.el index a8a65df29c4..a2720e2f56c 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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