diff options
| author | Stefan Kangas | 2022-11-26 15:47:33 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-11-26 15:49:02 +0100 |
| commit | bd5aa073d4d7223b229faf7a5e2731aa85cc1687 (patch) | |
| tree | 4ad42ccaf91559948a29ecb778b1582d673b06a3 | |
| parent | 6e824030131893c50c65a45d530ee38113708f45 (diff) | |
| download | emacs-bd5aa073d4d7223b229faf7a5e2731aa85cc1687.tar.gz emacs-bd5aa073d4d7223b229faf7a5e2731aa85cc1687.zip | |
; Don't mention Makefiles twice in `(emacs) Program Modes`
* doc/emacs/programs.texi (Program Modes): Don't mention Makefiles
twice. (Bug#59610)
| -rw-r--r-- | doc/emacs/programs.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index 0a05b71860c..ba8475e86ac 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi | |||
| @@ -96,8 +96,8 @@ Pascal, Objective-C, Octave, Pascal, Perl, Pike, PostScript, Prolog, | |||
| 96 | Python, Ruby, Simula, SQL, Tcl, TypeScript, Verilog, and VHDL@. An | 96 | Python, Ruby, Simula, SQL, Tcl, TypeScript, Verilog, and VHDL@. An |
| 97 | alternative mode for Perl is called CPerl mode. Modes are also | 97 | alternative mode for Perl is called CPerl mode. Modes are also |
| 98 | available for the scripting languages of the common GNU and Unix | 98 | available for the scripting languages of the common GNU and Unix |
| 99 | shells, and MS-DOS/MS-Windows @samp{BAT} files, and for makefiles, | 99 | shells, and MS-DOS/MS-Windows @samp{BAT} files, JSON, DNS master |
| 100 | JSON, DNS master files, and various sorts of configuration files. | 100 | files, and various sorts of configuration files. |
| 101 | 101 | ||
| 102 | Ideally, Emacs should have a major mode for each programming | 102 | Ideally, Emacs should have a major mode for each programming |
| 103 | language that you might want to edit. If it doesn't have a mode for | 103 | language that you might want to edit. If it doesn't have a mode for |