summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-05-06 12:43:01 +0000
committerEli Zaretskii <eliz@gnu.org>2006-05-06 12:43:01 +0000
commit92d05762f73efe69ff12300d0a6478cd610e2a3a (patch)
tree38f62b49798cbb5db8a236fdbf1731a378b36b90
parentfbc284f6f71ec837ca5d6b518235fc70413361dd (diff)
downloademacs-92d05762f73efe69ff12300d0a6478cd610e2a3a.tar.gz
(Quitting): Replace inforef to emacs-xtra by conditional xref's, depending on
@iftex/@ifnottex.
-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}).
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}