aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-07-17 04:45:19 +0000
committerRichard M. Stallman1997-07-17 04:45:19 +0000
commit037a29613feb82a9a0db5f08b692f8b203dbce16 (patch)
treea282fccb187b0083109b7c8146a85b965fb7d4e7
parent55642aa486ffc855ee84c6c9bdad75942fdec2d6 (diff)
downloademacs-037a29613feb82a9a0db5f08b692f8b203dbce16.tar.gz
emacs-037a29613feb82a9a0db5f08b692f8b203dbce16.zip
(quoted-insert): Doc fix.
-rw-r--r--lisp/simple.el4
1 files changed, 3 insertions, 1 deletions
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.
160 160
161If the first character you type after this command is an octal digit, 161If the first character you type after this command is an octal digit,
162you should type a sequence of octal digits which specify a character code. 162you should type a sequence of octal digits which specify a character code.
163Any nondigit terminates the sequence. If the terminator is a space, 163Any nondigit terminates the sequence. If the terminator is a RET,
164it is discarded; any other terminator is used itself as input. 164it is discarded; any other terminator is used itself as input.
165The variable `read-quoted-char-radix' specifies the radix for this feature;
166set it to 10 or 16 to use decimal or hex instead of octal.
165 167
166In overwrite mode, this function inserts the character anyway, and 168In overwrite mode, this function inserts the character anyway, and
167does not handle octal digits specially. This means that if you use 169does not handle octal digits specially. This means that if you use