aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/commands.texi12
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
222forward by words instead. Rebinding keys is a common method of 222forward by words instead. Rebinding keys is a common method of
223customization.@refill 223customization.@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
226things simple. To give the information needed for customization, we 226keep things simple. We will often speak of keys like @kbd{C-n} as
227state the name of the command which really does the work in parentheses 227commands, even though strictly speaking a key is bound to some
228command. To give the information needed for customization, we state
229the name of the command which really does the work in parentheses
228after mentioning the key that runs it. For example, we will say that 230after 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
230down,'' meaning that @code{next-line} is a command that moves vertically 232down,'' meaning that @code{next-line} is a command that moves
231down, and @kbd{C-n} is a key that is normally bound to it. 233vertically 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,
234it's a good time to tell you about @dfn{variables}. Often the 236it's a good time to tell you about @dfn{variables}. Often the