aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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