diff options
| author | Chong Yidong | 2008-12-10 19:01:51 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-12-10 19:01:51 +0000 |
| commit | e37d436089ae1910727493f5076f5ff35581e164 (patch) | |
| tree | b867317ae98e9d1559367c371feff949fc4497d6 | |
| parent | 31ce6a071547345c102bb436e03b1bdb4bb2fb74 (diff) | |
| download | emacs-e37d436089ae1910727493f5076f5ff35581e164.tar.gz emacs-e37d436089ae1910727493f5076f5ff35581e164.zip | |
(Program Modes): Mention Ruby mode.
| -rw-r--r-- | doc/emacs/programs.texi | 11 |
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}}. | |||
| 91 | Ada, ASM, AWK, C, C++, Delphi (Object Pascal), Fortran, Icon, IDL | 92 | Ada, 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 |
| 93 | creation), Modula2, Objective-C, Octave, Pascal, Perl, Pike, | 94 | creation), Modula2, Objective-C, Octave, Pascal, Perl, Pike, |
| 94 | PostScript, Prolog, Python, Simula, Tcl, and VHDL. An alternative | 95 | PostScript, Prolog, Python, Ruby, Simula, Tcl, and VHDL. An |
| 95 | mode for Perl is called CPerl mode. Modes are available for the | 96 | alternative mode for Perl is called CPerl mode. Modes are available |
| 96 | scripting languages of the common GNU and Unix shells, VMS DCL, and | 97 | for the scripting languages of the common GNU and Unix shells, VMS |
| 97 | MS-DOS/MS-Windows @samp{BAT} files. There are also major modes for | 98 | DCL, and MS-DOS/MS-Windows @samp{BAT} files. There are also major |
| 98 | editing makefiles, DNS master files, and various sorts of | 99 | modes for editing makefiles, DNS master files, and various sorts of |
| 99 | configuration files. | 100 | configuration files. |
| 100 | 101 | ||
| 101 | @kindex DEL @r{(programming modes)} | 102 | @kindex DEL @r{(programming modes)} |