summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-05-06 12:49:49 +0000
committerEli Zaretskii <eliz@gnu.org>2006-05-06 12:49:49 +0000
commit5798efc84834c2dfc7760eaa84331148634c3bdd (patch)
treea04488a42bc764f5842f481253f64a50955e8d84
parentb23ef7a531da10cd87990fa903b3417e0eba3944 (diff)
downloademacs-5798efc84834c2dfc7760eaa84331148634c3bdd.tar.gz
(Microsoft Windows): Rename from "Emacs and Microsoft Windows". All
references updated. (Microsoft Windows): Replace inforef to emacs-xtra by conditional xref's, depending on @iftex/@ifnottex. [ifnottex]: Add menu entry for "MS-DOS". @include msdog-xtra.texi.
-rw-r--r--man/msdog.texi30
1 files changed, 22 insertions, 8 deletions
diff --git a/man/msdog.texi b/man/msdog.texi
index 5f041268c4b..dcb67107999 100644
--- a/man/msdog.texi
+++ b/man/msdog.texi
@@ -3,7 +3,7 @@
@c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions.
@node Microsoft Windows, Manifesto, Mac OS, Top
-@appendix Emacs and Microsoft Windows
+@appendix Emacs and Microsoft Windows/MS-DOS
@cindex Microsoft Windows
@cindex MS-Windows, Emacs peculiarities
@@ -11,7 +11,14 @@
Windows. Some of these peculiarities are also relevant to Microsoft's
older MS-DOS ``operating system'' (also known as ``MS-DOG'').
However, Emacs features that are relevant @emph{only} to MS-DOS are
-described in a separate manual (@inforef{MS-DOS,, emacs-xtra}).
+described in a separate
+@iftex
+manual (@pxref{MS-DOS,,, emacs-xtra}).
+@end iftex
+@ifnottex
+section (@pxref{MS-DOS}).
+@end ifnottex
+
The behavior of Emacs on MS-Windows is reasonably similar to what is
documented in the rest of the manual, including support for long file
@@ -20,12 +27,15 @@ However, a few special considerations apply, and they are described
here.
@menu
-* Text and Binary:: Text files use CRLF to terminate lines.
-* Windows Files:: File-name conventions on Windows.
-* Windows HOME:: Where Emacs looks for your @file{.emacs}.
-* Windows Processes:: Running subprocesses on Windows.
-* Windows Printing:: How to specify the printer on MS-Windows.
-* Windows System Menu:: Controlling what the ALT key does.
+* Text and Binary:: Text files use CRLF to terminate lines.
+* Windows Files:: File-name conventions on Windows.
+* Windows HOME:: Where Emacs looks for your @file{.emacs}.
+* Windows Processes:: Running subprocesses on Windows.
+* Windows Printing:: How to specify the printer on MS-Windows.
+* Windows System Menu:: Controlling what the ALT key does.
+@ifnottex
+* MS-DOS:: Using Emacs on MS-DOS (otherwise known as @dfn{MS-DOG}).
+@end ifnottex
@end menu
@node Text and Binary
@@ -408,6 +418,10 @@ users find this frustrating.
You can re-enable Windows' default handling of tapping the @key{ALT} key
by setting @code{w32-pass-alt-to-system} to a non-@code{nil} value.
+@ifnottex
+@include msdog-xtra.texi
+@end ifnottex
+
@ignore
arch-tag: f39d2590-5dcc-4318-88d9-0eb73ca10fa2
@end ignore