From 48d86efedb6c6ae7da20cacaf3bab9d250f55633 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 25 Jul 2000 12:41:10 +0000 Subject: [PATCH] (Quitting): Add findex entry for keyboard-quit. --- man/trouble.texi | 5 +++-- 1 file 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 -- 2.39.2