diff options
| -rw-r--r-- | man/commands.texi | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/man/commands.texi b/man/commands.texi index cc8537c1271..fe70983286f 100644 --- a/man/commands.texi +++ b/man/commands.texi | |||
| @@ -168,11 +168,13 @@ the @kbd{C-f} is a complete key in itself. It's impossible to give | |||
| 168 | key sequences, not one.@refill | 168 | key sequences, not one.@refill |
| 169 | 169 | ||
| 170 | All told, the prefix keys in Emacs are @kbd{C-c}, @kbd{C-h}, | 170 | All told, the prefix keys in Emacs are @kbd{C-c}, @kbd{C-h}, |
| 171 | @kbd{C-x}, @kbd{C-x @key{RET}}, @kbd{C-x @@}, @kbd{C-x a}, @kbd{C-x n}, @w{@kbd{C-x | 171 | @kbd{C-x}, @kbd{C-x @key{RET}}, @kbd{C-x @@}, @kbd{C-x a}, @kbd{C-x |
| 172 | r}}, @kbd{C-x v}, @kbd{C-x 4}, @kbd{C-x 5}, @kbd{C-x 6}, @key{ESC}, and | 172 | n}, @w{@kbd{C-x r}}, @kbd{C-x v}, @kbd{C-x 4}, @kbd{C-x 5}, @kbd{C-x |
| 173 | @kbd{M-g}. But this list is not cast in concrete; it is | 173 | 6}, @key{ESC}, and @kbd{M-g}. (@key{F1} and @key{F2} are aliases for |
| 174 | just a matter of Emacs's standard key bindings. If you customize Emacs, | 174 | @kbd{C-h} and @kbd{C-x 6}.) But this list is not cast in concrete; it |
| 175 | you can make new prefix keys, or eliminate these. @xref{Key Bindings}. | 175 | is just a matter of Emacs's standard key bindings. If you customize |
| 176 | Emacs, you can make new prefix keys, or eliminate these. @xref{Key | ||
| 177 | Bindings}. | ||
| 176 | 178 | ||
| 177 | If you do make or eliminate prefix keys, that changes the set of | 179 | If you do make or eliminate prefix keys, that changes the set of |
| 178 | possible key sequences. For example, if you redefine @kbd{C-f} as a | 180 | possible key sequences. For example, if you redefine @kbd{C-f} as a |