diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-01-13 19:53:58 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-01-13 19:53:58 +0000 |
commit | d43f4539cc450f6cd13a9c7318fe9bece41ae5da (patch) | |
tree | 1a48520143da56267c2aefe53040df526da3d2a8 /man/commands.texi | |
parent | d64cdc59724b7caca47913d5beb2b4a54f7b7c91 (diff) | |
download | emacs-d43f4539cc450f6cd13a9c7318fe9bece41ae5da.tar.gz |
(Commands): Clarification.
Diffstat (limited to 'man/commands.texi')
-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 forward by words instead. Rebinding keys is a common method of customization.@refill - In the rest of this manual, we usually ignore this subtlety to keep -things simple. To give the information needed for customization, we -state the name of the command which really does the work in parentheses + In the rest of this manual, we usually ignore this distinction to +keep things simple. We will often speak of keys like @kbd{C-n} as +commands, even though strictly speaking a key is bound to some +command. To give the information needed for customization, we state +the name of the command which really does the work in parentheses after mentioning the key that runs it. For example, we will say that ``The command @kbd{C-n} (@code{next-line}) moves point vertically -down,'' meaning that @code{next-line} is a command that moves vertically -down, and @kbd{C-n} is a key that is normally bound to it. +down,'' meaning that @code{next-line} is a command that moves +vertically down, and @kbd{C-n} is a key that is normally bound to it. While we are on the subject of information for customization only, it's a good time to tell you about @dfn{variables}. Often the |