aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/trouble.texi10
1 files changed, 8 insertions, 2 deletions
diff --git a/man/trouble.texi b/man/trouble.texi
index 90e99a0ea59..9e09dac4d43 100644
--- a/man/trouble.texi
+++ b/man/trouble.texi
@@ -58,8 +58,14 @@ Search}).
58like @kbd{C-g}. The reason is that it is not feasible, on MS-DOS, to 58like @kbd{C-g}. The reason is that it is not feasible, on MS-DOS, to
59recognize @kbd{C-g} while a command is running, between interactions 59recognize @kbd{C-g} while a command is running, between interactions
60with the user. By contrast, it @emph{is} feasible to recognize 60with the user. By contrast, it @emph{is} feasible to recognize
61@kbd{C-@key{BREAK}} at all times. @xref{MS-DOS Keyboard,,,emacs-xtra, 61@kbd{C-@key{BREAK}} at all times.
62Specialized Emacs Features}. 62@iftex
63@xref{MS-DOS Keyboard,,,emacs-xtra, Specialized Emacs Features}.
64@end iftex
65@ifnottex
66@xref{MS-DOS Keyboard}.
67@end ifnottex
68
63 69
64@findex keyboard-quit 70@findex keyboard-quit
65 @kbd{C-g} works by setting the variable @code{quit-flag} to @code{t} 71 @kbd{C-g} works by setting the variable @code{quit-flag} to @code{t}