diff options
Diffstat (limited to 'doc/emacs/commands.texi')
-rw-r--r-- | doc/emacs/commands.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/commands.texi b/doc/emacs/commands.texi index 05f4e4be608..2e65bfd3859 100644 --- a/doc/emacs/commands.texi +++ b/doc/emacs/commands.texi @@ -48,7 +48,7 @@ are certain characters found on non-English keyboards labeled @key{Alt})@footnote{We refer to @key{Alt} as @key{META} for historical reasons.}. For example, @kbd{Control-a} is entered by holding down the @key{Ctrl} key while pressing @kbd{a}; we will refer -to this as @kbd{C-a} for short. Similarly @kbd{@key{META}-a}, or @kbd{M-a} +to this as @kbd{C-a} for short. Similarly, @kbd{@key{META}-a}, or @kbd{M-a} for short, is entered by holding down the @key{Alt} key and pressing @kbd{a}. Modifier keys can also be applied to non-alphanumerical characters, e.g., @kbd{C-@key{F1}} or @kbd{M-@key{LEFT}}. @@ -161,8 +161,8 @@ is bound to @code{next-line}. If you rebind @kbd{C-n} to the command In this manual, we will often speak of keys like @kbd{C-n} as commands, even though strictly speaking the key is bound to a command. -Usually we state the name of the command which really does the work in -parentheses after mentioning the key that runs it. For example, we +Usually, 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 the command @code{next-line} moves vertically down, and the key @kbd{C-n} is normally bound to it. |