diff options
Diffstat (limited to 'man/programs.texi')
| -rw-r--r-- | man/programs.texi | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/man/programs.texi b/man/programs.texi index 59ea979399d..f4ede8e5e2f 100644 --- a/man/programs.texi +++ b/man/programs.texi | |||
| @@ -42,6 +42,9 @@ Highlight program syntax (@pxref{Font Lock}). | |||
| 42 | * C Modes:: Special commands of C, C++, Objective-C, | 42 | * C Modes:: Special commands of C, C++, Objective-C, |
| 43 | Java, and Pike modes. | 43 | Java, and Pike modes. |
| 44 | * Asm Mode:: Asm mode and its special features. | 44 | * Asm Mode:: Asm mode and its special features. |
| 45 | @ifnottex | ||
| 46 | * Fortran:: Fortran mode and its special features. | ||
| 47 | @end ifnottex | ||
| 45 | @end menu | 48 | @end menu |
| 46 | 49 | ||
| 47 | @node Program Modes | 50 | @node Program Modes |
| @@ -109,7 +112,14 @@ tab character before point, in these modes. | |||
| 109 | Mode, ada-mode, Ada Mode}), C/C++/Objective C/Java/Corba IDL/Pike/AWK | 112 | Mode, ada-mode, Ada Mode}), C/C++/Objective C/Java/Corba IDL/Pike/AWK |
| 110 | (@pxref{Top, , CC Mode, ccmode, CC Mode}) and the IDLWAVE modes | 113 | (@pxref{Top, , CC Mode, ccmode, CC Mode}) and the IDLWAVE modes |
| 111 | (@pxref{Top, , IDLWAVE, idlwave, IDLWAVE User Manual}). For Fortran | 114 | (@pxref{Top, , IDLWAVE, idlwave, IDLWAVE User Manual}). For Fortran |
| 112 | mode, @inforef{Fortran,, emacs-xtra}. | 115 | mode, see |
| 116 | @iftex | ||
| 117 | @ref{Fortran,,, emacs-xtra, Specialized Emacs Features}. | ||
| 118 | @end iftex | ||
| 119 | @ifnottex | ||
| 120 | @ref{Fortran}. | ||
| 121 | @end ifnottex | ||
| 122 | |||
| 113 | 123 | ||
| 114 | @cindex mode hook | 124 | @cindex mode hook |
| 115 | @vindex c-mode-hook | 125 | @vindex c-mode-hook |
| @@ -1591,7 +1601,7 @@ hungry-delete feature is enabled. | |||
| 1591 | @itemx M-x c-subword-mode | 1601 | @itemx M-x c-subword-mode |
| 1592 | @findex c-subword-mode | 1602 | @findex c-subword-mode |
| 1593 | Enable (or disable) @dfn{subword mode}. In subword mode, Emacs's word | 1603 | Enable (or disable) @dfn{subword mode}. In subword mode, Emacs's word |
| 1594 | commands then recognize upper case letters in | 1604 | commands recognize upper case letters in |
| 1595 | @samp{StudlyCapsIdentifiers} as word boundaries. This is indicated by | 1605 | @samp{StudlyCapsIdentifiers} as word boundaries. This is indicated by |
| 1596 | the flag @samp{/w} on the mode line after the mode name | 1606 | the flag @samp{/w} on the mode line after the mode name |
| 1597 | (e.g. @samp{C/law}). You can even use @kbd{M-x c-subword-mode} in | 1607 | (e.g. @samp{C/law}). You can even use @kbd{M-x c-subword-mode} in |
| @@ -1742,6 +1752,10 @@ Insert or align a comment. | |||
| 1742 | The variable @code{asm-comment-char} specifies which character | 1752 | The variable @code{asm-comment-char} specifies which character |
| 1743 | starts comments in assembler syntax. | 1753 | starts comments in assembler syntax. |
| 1744 | 1754 | ||
| 1755 | @ifnottex | ||
| 1756 | @include fortran-xtra.texi | ||
| 1757 | @end ifnottex | ||
| 1758 | |||
| 1745 | @ignore | 1759 | @ignore |
| 1746 | arch-tag: c7ee7409-40a4-45c7-bfb7-ae7f2c74d0c0 | 1760 | arch-tag: c7ee7409-40a4-45c7-bfb7-ae7f2c74d0c0 |
| 1747 | @end ignore | 1761 | @end ignore |