aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2022-11-26 15:47:33 +0100
committerStefan Kangas2022-11-26 15:49:02 +0100
commitbd5aa073d4d7223b229faf7a5e2731aa85cc1687 (patch)
tree4ad42ccaf91559948a29ecb778b1582d673b06a3
parent6e824030131893c50c65a45d530ee38113708f45 (diff)
downloademacs-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.texi4
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,
96Python, Ruby, Simula, SQL, Tcl, TypeScript, Verilog, and VHDL@. An 96Python, Ruby, Simula, SQL, Tcl, TypeScript, Verilog, and VHDL@. An
97alternative mode for Perl is called CPerl mode. Modes are also 97alternative mode for Perl is called CPerl mode. Modes are also
98available for the scripting languages of the common GNU and Unix 98available for the scripting languages of the common GNU and Unix
99shells, and MS-DOS/MS-Windows @samp{BAT} files, and for makefiles, 99shells, and MS-DOS/MS-Windows @samp{BAT} files, JSON, DNS master
100JSON, DNS master files, and various sorts of configuration files. 100files, 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
103language that you might want to edit. If it doesn't have a mode for 103language that you might want to edit. If it doesn't have a mode for