From: Chong Yidong Date: Sat, 16 Aug 2008 17:59:50 +0000 (+0000) Subject: (Inserting Text): Provide command name for C-q. X-Git-Tag: emacs-pretest-23.0.90~3457 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b15596f273144d0c8f138e6c5b34246fc1485d98;p=emacs.git (Inserting Text): Provide command name for C-q. --- diff --git a/doc/emacs/basic.texi b/doc/emacs/basic.texi index 58ef0004d01..b5983111571 100644 --- a/doc/emacs/basic.texi +++ b/doc/emacs/basic.texi @@ -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