diff options
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | man/trouble.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index a4e33b1bdc5..21480ad3bfa 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2000-07-25 Eli Zaretskii <eliz@is.elta.co.il> | 1 | 2000-07-25 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 2 | ||
| 3 | * trouble.texi (Quitting): Fix last change. | ||
| 4 | |||
| 5 | 2000-07-25 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 6 | |||
| 3 | * trouble.texi (Quitting): Add findex entry for keyboard-quit. | 7 | * trouble.texi (Quitting): Add findex entry for keyboard-quit. |
| 4 | 8 | ||
| 5 | 2000-07-24 Gerd Moellmann <gerd@gnu.org> | 9 | 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
diff --git a/man/trouble.texi b/man/trouble.texi index b7b506a2a29..3f68690f8eb 100644 --- a/man/trouble.texi +++ b/man/trouble.texi | |||
| @@ -17,7 +17,7 @@ also considered. | |||
| 17 | @table @kbd | 17 | @table @kbd |
| 18 | @item C-g | 18 | @item C-g |
| 19 | @itemx C-@key{BREAK}@r{ (MS-DOS only)} | 19 | @itemx C-@key{BREAK}@r{ (MS-DOS only)} |
| 20 | Quit (@code{keyboard-quit})}: cancel running or partially typed command. | 20 | Quit (@code{keyboard-quit}): cancel running or partially typed command. |
| 21 | @item C-] | 21 | @item C-] |
| 22 | Abort innermost recursive editing level and cancel the command which | 22 | Abort innermost recursive editing level and cancel the command which |
| 23 | invoked it (@code{abort-recursive-edit}). | 23 | invoked it (@code{abort-recursive-edit}). |