]> git.eshelyaron.com Git - emacs.git/commitdiff
(Inserting Text): Provide command name for C-q.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 16 Aug 2008 17:59:50 +0000 (17:59 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 16 Aug 2008 17:59:50 +0000 (17:59 +0000)
doc/emacs/basic.texi

index 58ef0004d0174c3405158e4075e7f7372ffdef43..b59831115717a63b7fde9901cc217db31773287b 100644 (file)
@@ -65,7 +65,8 @@ For instance, @kbd{DEL} runs the command @code{delete-backward-char}
 by default (some modes bind it to a different command); it does not
 insert a literal @samp{DEL} character (@acronym{ASCII} character code
 127).  To insert a non-graphic character, first @dfn{quote} it by
-typing @kbd{C-q}.  There are two ways to use @kbd{C-q}:
+typing @kbd{C-q} (@code{quoted-insert}).  There are two ways to use
+@kbd{C-q}:
 
 @itemize @bullet
 @item