diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-07-25 12:41:10 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-07-25 12:41:10 +0000 |
commit | 48d86efedb6c6ae7da20cacaf3bab9d250f55633 (patch) | |
tree | ed7230faec5e42e1c013cbd92d0e2ffc61d9b9f6 /man/trouble.texi | |
parent | fbc7bbf778f45d15ad29a454a1c728e4657043e4 (diff) | |
download | emacs-48d86efedb6c6ae7da20cacaf3bab9d250f55633.tar.gz |
(Quitting): Add findex entry for keyboard-quit.
Diffstat (limited to 'man/trouble.texi')
-rw-r--r-- | man/trouble.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/trouble.texi b/man/trouble.texi index 9c480d55b96..b7b506a2a29 100644 --- a/man/trouble.texi +++ b/man/trouble.texi @@ -16,8 +16,8 @@ also considered. @table @kbd @item C-g -@itemx C-@key{BREAK} (MS-DOS) -Quit. Cancel running or partially typed command. +@itemx C-@key{BREAK}@r{ (MS-DOS only)} +Quit (@code{keyboard-quit})}: cancel running or partially typed command. @item C-] Abort innermost recursive editing level and cancel the command which invoked it (@code{abort-recursive-edit}). @@ -37,6 +37,7 @@ editing level and cancels the command that invoked the recursive edit. (@xref{Recursive Edit}.) @cindex quitting +@findex keyboard-quit @kindex C-g Quitting with @kbd{C-g} is used for getting rid of a partially typed command, or a numeric argument that you don't want. It also stops a |