]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/emacs/basic.texi (Inserting Text): Minor clarification. (Bug#6374)
authorGlenn Morris <rgm@gnu.org>
Thu, 10 Jun 2010 05:09:27 +0000 (22:09 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 10 Jun 2010 05:09:27 +0000 (22:09 -0700)
doc/emacs/ChangeLog
doc/emacs/basic.texi

index 900f546fbdda239ad9e93016e044be8bd38872ba..5e434b5e6c161ee634fd8975681a6e25c2ef6a57 100644 (file)
@@ -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>
index a6424f0d37cc3a78d1d31697a861bd725e872e11..6204fb1be035c7d674ba3c4e4e8b79576b331df4 100644 (file)
@@ -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}).