diff options
| author | Chong Yidong | 2008-08-16 17:59:50 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-08-16 17:59:50 +0000 |
| commit | b15596f273144d0c8f138e6c5b34246fc1485d98 (patch) | |
| tree | 4a7fd05ee9179fa511e3728fec3a01e37c1169e1 | |
| parent | 3ae7ba79278de0fd95e5b58da2dd562fa2bd048f (diff) | |
| download | emacs-b15596f273144d0c8f138e6c5b34246fc1485d98.tar.gz emacs-b15596f273144d0c8f138e6c5b34246fc1485d98.zip | |
(Inserting Text): Provide command name for C-q.
| -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 |