diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-02-16 15:38:14 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-02-16 15:38:14 +0000 |
commit | 6535f72cd54da9d48d041f62f7f115454af22269 (patch) | |
tree | b7a8de289462a9b5ebc05ce4063ff59c433dc68f /man | |
parent | 7ab26b14a0fdc82391e15f2b2f5f0dbe14896146 (diff) | |
download | emacs-6535f72cd54da9d48d041f62f7f115454af22269.tar.gz |
(Quitting): Update xref for splitting of node in msdog.texi.
Diffstat (limited to 'man')
-rw-r--r-- | man/trouble.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/trouble.texi b/man/trouble.texi index 21d6eee2517..ac9697eeeb5 100644 --- a/man/trouble.texi +++ b/man/trouble.texi @@ -57,7 +57,7 @@ successive @kbd{C-g} characters to get out of a search like @kbd{C-g}. The reason is that it is not feasible, on MS-DOS, to recognize @kbd{C-g} while a command is running, between interactions with the user. By contrast, it @emph{is} feasible to recognize -@kbd{C-@key{BREAK}} at all times. @xref{MS-DOS Input}. +@kbd{C-@key{BREAK}} at all times. @xref{MS-DOS Keyboard}. @findex keyboard-quit @kbd{C-g} works by setting the variable @code{quit-flag} to @code{t} |