diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-03-08 07:57:31 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-03-08 07:57:31 +0000 |
commit | b687de0c5ab25c7fc9cfe7b1ad45073e01bf157c (patch) | |
tree | 953ac62ca5ae573e69a08b1e53eec6df9cddd3f5 /man/m-x.texi | |
parent | 21c983fc689f674c4d1b180e714e84c603877eab (diff) | |
download | emacs-b687de0c5ab25c7fc9cfe7b1ad45073e01bf157c.tar.gz |
(M-x): Make it clear that bound commands can also be invoked by name.
From Simon Green <simon@elixir-studios.co.uk>.
Diffstat (limited to 'man/m-x.texi')
-rw-r--r-- | man/m-x.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/m-x.texi b/man/m-x.texi index 785b18c34c8..de3a883a010 100644 --- a/man/m-x.texi +++ b/man/m-x.texi @@ -7,7 +7,9 @@ The Emacs commands that are used often or that must be quick to type are bound to keys---short sequences of characters---for convenient use. Other Emacs commands that do not need to be brief are not bound to keys; to run -them, you must refer to them by name. +them, you must refer to them by name. (Command bound to keys can also +be invoked by their name.) @xref{Key Binding}, for the description of +how to bind commands to keys. A command name is, by convention, made up of one or more words, separated by hyphens; for example, @code{auto-fill-mode} or |