diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/basic.texi | 3 |
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} | |||
| 65 | by default (some modes bind it to a different command); it does not | 65 | by default (some modes bind it to a different command); it does not |
| 66 | insert a literal @samp{DEL} character (@acronym{ASCII} character code | 66 | insert a literal @samp{DEL} character (@acronym{ASCII} character code |
| 67 | 127). To insert a non-graphic character, first @dfn{quote} it by | 67 | 127). To insert a non-graphic character, first @dfn{quote} it by |
| 68 | typing @kbd{C-q}. There are two ways to use @kbd{C-q}: | 68 | typing @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 |