summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-05-06 12:48:03 +0000
committerEli Zaretskii <eliz@gnu.org>2006-05-06 12:48:03 +0000
commitb23ef7a531da10cd87990fa903b3417e0eba3944 (patch)
tree80200ce2723176d656c084d9cd33894243a565ec
parentbbdb68b67a9e467c4bd5ae8610665747b72a17ac (diff)
downloademacs-b23ef7a531da10cd87990fa903b3417e0eba3944.tar.gz
(Program Modes): Replace inforef to emacs-xtra by conditional xref's, depending
on @iftex/@ifnottex. (Programs) [ifnottex]: Add menu entry for "Fortran". <Top Level> [ifnottex]: @include fortran-xtra.texi.
-rw-r--r--man/programs.texi16
1 files changed, 15 insertions, 1 deletions
diff --git a/man/programs.texi b/man/programs.texi
index 59ea979399d..63b694f2709 100644
--- a/man/programs.texi
+++ b/man/programs.texi
@@ -42,6 +42,9 @@ Highlight program syntax (@pxref{Font Lock}).
* 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 @@ tab character before point, in these modes.
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 @@ Insert or align a comment.
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