aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-08-16 17:59:50 +0000
committerChong Yidong2008-08-16 17:59:50 +0000
commitb15596f273144d0c8f138e6c5b34246fc1485d98 (patch)
tree4a7fd05ee9179fa511e3728fec3a01e37c1169e1
parent3ae7ba79278de0fd95e5b58da2dd562fa2bd048f (diff)
downloademacs-b15596f273144d0c8f138e6c5b34246fc1485d98.tar.gz
emacs-b15596f273144d0c8f138e6c5b34246fc1485d98.zip
(Inserting Text): Provide command name for C-q.
-rw-r--r--doc/emacs/basic.texi3
1 files changed, 2 insertions, 1 deletions
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}
65by default (some modes bind it to a different command); it does not 65by default (some modes bind it to a different command); it does not
66insert a literal @samp{DEL} character (@acronym{ASCII} character code 66insert a literal @samp{DEL} character (@acronym{ASCII} character code
67127). To insert a non-graphic character, first @dfn{quote} it by 67127). To insert a non-graphic character, first @dfn{quote} it by
68typing @kbd{C-q}. There are two ways to use @kbd{C-q}: 68typing @kbd{C-q} (@code{quoted-insert}). There are two ways to use
69@kbd{C-q}:
69 70
70@itemize @bullet 71@itemize @bullet
71@item 72@item