]> git.eshelyaron.com Git - emacs.git/commitdiff
(quoted-insert): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 17 Jul 1997 04:45:19 +0000 (04:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 17 Jul 1997 04:45:19 +0000 (04:45 +0000)
lisp/simple.el

index a8a65df29c4bec9e1f28a900614ce463424cc4be..a2720e2f56cd7ab6666ab8aeabe45f57e4f16f50 100644 (file)
@@ -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