# HG changeset patch # User Eli Zaretskii # Date 1146919683 0 # Node ID 284d18cd0af7ef6f8a353bc08915c6905e894aa0 # Parent 8c4614d0bcdaa15dfe09289f81dad3ad463b19a6 (Program Modes): Replace inforef to emacs-xtra by conditional xref's, depending on @iftex/@ifnottex. (Programs) [ifnottex]: Add menu entry for "Fortran". [ifnottex]: @include fortran-xtra.texi. diff -r 8c4614d0bcda -r 284d18cd0af7 man/programs.texi --- a/man/programs.texi Sat May 06 12:46:56 2006 +0000 +++ b/man/programs.texi Sat May 06 12:48:03 2006 +0000 @@ -42,6 +42,9 @@ * C Modes:: Special commands of C, C++, Objective-C, Java, and Pike modes. * Asm Mode:: Asm mode and its special features. +@ifnottex +* Fortran:: Fortran mode and its special features. +@end ifnottex @end menu @node Program Modes @@ -109,7 +112,14 @@ Mode, ada-mode, Ada Mode}), C/C++/Objective C/Java/Corba IDL/Pike/AWK (@pxref{Top, , CC Mode, ccmode, CC Mode}) and the IDLWAVE modes (@pxref{Top, , IDLWAVE, idlwave, IDLWAVE User Manual}). For Fortran -mode, @inforef{Fortran,, emacs-xtra}. +mode, see +@iftex +@ref{Fortran,,, emacs-xtra}. +@end iftex +@ifnottex +@ref{Fortran}. +@end ifnottex + @cindex mode hook @vindex c-mode-hook @@ -1742,6 +1752,10 @@ The variable @code{asm-comment-char} specifies which character starts comments in assembler syntax. +@ifnottex +@include fortran-xtra.texi +@end ifnottex + @ignore arch-tag: c7ee7409-40a4-45c7-bfb7-ae7f2c74d0c0 @end ignore