diff options
| author | Richard M. Stallman | 2005-02-25 13:47:35 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-02-25 13:47:35 +0000 |
| commit | 41f1d48998f18dacb7a3bc205e640f1294e25bf3 (patch) | |
| tree | 1e59be276d449df589673d0d6a2293fd07e7fc4c | |
| parent | a751f299868ee27997734432994d067405b14bc4 (diff) | |
| download | emacs-41f1d48998f18dacb7a3bc205e640f1294e25bf3.tar.gz emacs-41f1d48998f18dacb7a3bc205e640f1294e25bf3.zip | |
(M-x): One C-g doesn't always go to top level.
No delay before suggest-key-bindings output.
| -rw-r--r-- | man/m-x.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/m-x.texi b/man/m-x.texi index 8881850d323..5a33bab0737 100644 --- a/man/m-x.texi +++ b/man/m-x.texi | |||
| @@ -46,8 +46,9 @@ Note that @code{forward-char} is the same command that you invoke with | |||
| 46 | the key @kbd{C-f}. You can run any Emacs command by name using | 46 | the key @kbd{C-f}. You can run any Emacs command by name using |
| 47 | @kbd{M-x}, whether or not any keys are bound to it. | 47 | @kbd{M-x}, whether or not any keys are bound to it. |
| 48 | 48 | ||
| 49 | If you type @kbd{C-g} while the command name is being read, you cancel | 49 | If you type @kbd{C-g} while the command name is being read, you |
| 50 | the @kbd{M-x} command and get out of the minibuffer, ending up at top level. | 50 | cancel the @kbd{M-x} command and get out of the minibuffer, ending up |
| 51 | at command level. | ||
| 51 | 52 | ||
| 52 | To pass a numeric argument to the command you are invoking with | 53 | To pass a numeric argument to the command you are invoking with |
| 53 | @kbd{M-x}, specify the numeric argument before the @kbd{M-x}. @kbd{M-x} | 54 | @kbd{M-x}, specify the numeric argument before the @kbd{M-x}. @kbd{M-x} |
| @@ -56,11 +57,10 @@ appears in the prompt while the command name is being read. | |||
| 56 | 57 | ||
| 57 | @vindex suggest-key-bindings | 58 | @vindex suggest-key-bindings |
| 58 | If the command you type has a key binding of its own, Emacs mentions | 59 | If the command you type has a key binding of its own, Emacs mentions |
| 59 | this in the echo area, two seconds after the command finishes (if you | 60 | this in the echo area. For example, if you type @kbd{M-x |
| 60 | don't type anything else first). For example, if you type @kbd{M-x | ||
| 61 | forward-word}, the message says that you can run the same command more | 61 | forward-word}, the message says that you can run the same command more |
| 62 | easily by typing @kbd{M-f}. You can turn off these messages by setting | 62 | easily by typing @kbd{M-f}. You can turn off these messages by |
| 63 | @code{suggest-key-bindings} to @code{nil}. | 63 | setting @code{suggest-key-bindings} to @code{nil}. |
| 64 | 64 | ||
| 65 | Normally, when describing in this manual a command that is run by | 65 | Normally, when describing in this manual a command that is run by |
| 66 | name, we omit the @key{RET} that is needed to terminate the name. Thus | 66 | name, we omit the @key{RET} that is needed to terminate the name. Thus |