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 54ec50acfe8..cc8537c1271 100644 --- a/man/commands.texi +++ b/man/commands.texi | |||
| @@ -222,13 +222,15 @@ this effect @emph{because} it is bound to that command. If you rebind | |||
| 222 | forward by words instead. Rebinding keys is a common method of | 222 | forward by words instead. Rebinding keys is a common method of |
| 223 | customization.@refill | 223 | customization.@refill |
| 224 | 224 | ||
| 225 | In the rest of this manual, we usually ignore this subtlety to keep | 225 | In the rest of this manual, we usually ignore this distinction to |
| 226 | things simple. To give the information needed for customization, we | 226 | keep things simple. We will often speak of keys like @kbd{C-n} as |
| 227 | state the name of the command which really does the work in parentheses | 227 | commands, even though strictly speaking a key is bound to some |
| 228 | command. To give the information needed for customization, we state | ||
| 229 | the name of the command which really does the work in parentheses | ||
| 228 | after mentioning the key that runs it. For example, we will say that | 230 | after mentioning the key that runs it. For example, we will say that |
| 229 | ``The command @kbd{C-n} (@code{next-line}) moves point vertically | 231 | ``The command @kbd{C-n} (@code{next-line}) moves point vertically |
| 230 | down,'' meaning that @code{next-line} is a command that moves vertically | 232 | down,'' meaning that @code{next-line} is a command that moves |
| 231 | down, and @kbd{C-n} is a key that is normally bound to it. | 233 | vertically down, and @kbd{C-n} is a key that is normally bound to it. |
| 232 | 234 | ||
| 233 | While we are on the subject of information for customization only, | 235 | While we are on the subject of information for customization only, |
| 234 | it's a good time to tell you about @dfn{variables}. Often the | 236 | it's a good time to tell you about @dfn{variables}. Often the |