Mercurial > hg > xemacs-beta
comparison man/xemacs/programs.texi @ 4488:6b0000935adc
Spelling fixes.
author | "Ville Skyttä <scop@xemacs.org>" |
---|---|
date | Sat, 26 Jul 2008 13:50:27 +0300 |
parents | 52dc9b940348 |
children | 755ae5b97edb |
comparison
equal
deleted
inserted
replaced
4487:866b84b7c97e | 4488:6b0000935adc |
---|---|
73 A language mode exist when someone decides to take the trouble to | 73 A language mode exist when someone decides to take the trouble to |
74 write it. At this time many widely used programming languages are | 74 write it. At this time many widely used programming languages are |
75 supported by XEmacs. Examples include Ada, Awk, C, C++, CORBA (IDL), | 75 supported by XEmacs. Examples include Ada, Awk, C, C++, CORBA (IDL), |
76 Fortran, Java, Lisp, Modula 2, Objective-C, Perl, Pike, Prolog, Python, | 76 Fortran, Java, Lisp, Modula 2, Objective-C, Perl, Pike, Prolog, Python, |
77 Ruby, Scheme, Simula, SQL, Tcl, Unix Shell scripts, and VHDL. Some of | 77 Ruby, Scheme, Simula, SQL, Tcl, Unix Shell scripts, and VHDL. Some of |
78 these language have seperate manuals, and some times more than one mode | 78 these language have separate manuals, and some times more than one mode |
79 may be available for a language. For example, there are several | 79 may be available for a language. For example, there are several |
80 variants of Lisp mode, which differ in the way they interface to Lisp | 80 variants of Lisp mode, which differ in the way they interface to Lisp |
81 execution. @xref{Lisp Modes}. | 81 execution. @xref{Lisp Modes}. |
82 | 82 |
83 Major modes for programming language support are distributed in | 83 Major modes for programming language support are distributed in |
1647 to all CC Mode language modes though its name might suggest otherwise. A | 1647 to all CC Mode language modes though its name might suggest otherwise. A |
1648 few of the the supported styles are listed below. | 1648 few of the the supported styles are listed below. |
1649 | 1649 |
1650 @itemize @bullet | 1650 @itemize @bullet |
1651 @item | 1651 @item |
1652 ``gnu'' --- The recommeded style from the Free Software Foundation for | 1652 ``gnu'' --- The recommended style from the Free Software Foundation for |
1653 GNU software. | 1653 GNU software. |
1654 @item | 1654 @item |
1655 ``k&r'' --- The classic style from Kernighan and Ritchie. | 1655 ``k&r'' --- The classic style from Kernighan and Ritchie. |
1656 @item | 1656 @item |
1657 ``linux'' --- The style recommended for code in the Linux kernel. | 1657 ``linux'' --- The style recommended for code in the Linux kernel. |
1691 @end example | 1691 @end example |
1692 | 1692 |
1693 Most customizations for indentation in various CC modes can be | 1693 Most customizations for indentation in various CC modes can be |
1694 accomplished by choosing a style and then choosing value for | 1694 accomplished by choosing a style and then choosing value for |
1695 @code{c-basic-offset} that meets the local coding convention. CC Mode | 1695 @code{c-basic-offset} that meets the local coding convention. CC Mode |
1696 has a very customizable indentation engine and a furthur discussion is | 1696 has a very customizable indentation engine and a further discussion is |
1697 really beyond the scope of this manual. @xref{Indentation | 1697 really beyond the scope of this manual. @xref{Indentation |
1698 Engine,,,cc-mode,The CC Mode Manual}. | 1698 Engine,,,cc-mode,The CC Mode Manual}. |
1699 | 1699 |
1700 | 1700 |
1701 @node Fortran, Asm Mode, CC Mode, Programs | 1701 @node Fortran, Asm Mode, CC Mode, Programs |