# HG changeset patch # User Eli Zaretskii # Date 1146919381 0 # Node ID 48fec2b642c92856850b82d0f16bff086dc31f14 # Parent 04e99060237da2fcbca3ee4d38442b09982b67e6 (Quitting): Replace inforef to emacs-xtra by conditional xref's, depending on @iftex/@ifnottex. diff -r 04e99060237d -r 48fec2b642c9 man/trouble.texi --- a/man/trouble.texi Sat May 06 08:22:01 2006 +0000 +++ b/man/trouble.texi Sat May 06 12:43:01 2006 +0000 @@ -58,8 +58,14 @@ 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 Keyboard,,,emacs-xtra, -Specialized Emacs Features}. +@kbd{C-@key{BREAK}} at all times. +@iftex +@xref{MS-DOS Keyboard,,,emacs-xtra, Specialized Emacs Features}. +@end iftex +@ifnottex +@xref{MS-DOS Keyboard}. +@end ifnottex + @findex keyboard-quit @kbd{C-g} works by setting the variable @code{quit-flag} to @code{t}