changeset 70443:8e32c8ab08d7

(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.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 06 May 2006 12:49:49 +0000
parents 284d18cd0af7
children fea4846478f5
files man/msdog.texi
diffstat 1 files changed, 22 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/man/msdog.texi	Sat May 06 12:48:03 2006 +0000
+++ b/man/msdog.texi	Sat May 06 12:49:49 2006 +0000
@@ -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 @@
 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 @@
 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