aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-12-10 19:01:51 +0000
committerChong Yidong2008-12-10 19:01:51 +0000
commite37d436089ae1910727493f5076f5ff35581e164 (patch)
treeb867317ae98e9d1559367c371feff949fc4497d6
parent31ce6a071547345c102bb436e03b1bdb4bb2fb74 (diff)
downloademacs-e37d436089ae1910727493f5076f5ff35581e164.tar.gz
emacs-e37d436089ae1910727493f5076f5ff35581e164.zip
(Program Modes): Mention Ruby mode.
-rw-r--r--doc/emacs/programs.texi11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi
index cb528710acf..bd96c898773 100644
--- a/doc/emacs/programs.texi
+++ b/doc/emacs/programs.texi
@@ -78,6 +78,7 @@ and you can select it by typing @kbd{M-x @var{l}-mode @key{RET}}.
78@cindex Modula2 mode 78@cindex Modula2 mode
79@cindex Prolog mode 79@cindex Prolog mode
80@cindex Python mode 80@cindex Python mode
81@cindex Ruby mode
81@cindex Simula mode 82@cindex Simula mode
82@cindex VHDL mode 83@cindex VHDL mode
83@cindex M4 mode 84@cindex M4 mode
@@ -91,11 +92,11 @@ and you can select it by typing @kbd{M-x @var{l}-mode @key{RET}}.
91Ada, ASM, AWK, C, C++, Delphi (Object Pascal), Fortran, Icon, IDL 92Ada, ASM, AWK, C, C++, Delphi (Object Pascal), Fortran, Icon, IDL
92(CORBA), IDLWAVE, Java, Metafont (@TeX{}'s companion for font 93(CORBA), IDLWAVE, Java, Metafont (@TeX{}'s companion for font
93creation), Modula2, Objective-C, Octave, Pascal, Perl, Pike, 94creation), Modula2, Objective-C, Octave, Pascal, Perl, Pike,
94PostScript, Prolog, Python, Simula, Tcl, and VHDL. An alternative 95PostScript, Prolog, Python, Ruby, Simula, Tcl, and VHDL. An
95mode for Perl is called CPerl mode. Modes are available for the 96alternative mode for Perl is called CPerl mode. Modes are available
96scripting languages of the common GNU and Unix shells, VMS DCL, and 97for the scripting languages of the common GNU and Unix shells, VMS
97MS-DOS/MS-Windows @samp{BAT} files. There are also major modes for 98DCL, and MS-DOS/MS-Windows @samp{BAT} files. There are also major
98editing makefiles, DNS master files, and various sorts of 99modes for editing makefiles, DNS master files, and various sorts of
99configuration files. 100configuration files.
100 101
101@kindex DEL @r{(programming modes)} 102@kindex DEL @r{(programming modes)}