summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-11-26 15:47:33 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-11-26 15:49:02 +0100
commitbd5aa073d4d7223b229faf7a5e2731aa85cc1687 (patch)
tree4ad42ccaf91559948a29ecb778b1582d673b06a3
parent6e824030131893c50c65a45d530ee38113708f45 (diff)
downloademacs-bd5aa073d4d7223b229faf7a5e2731aa85cc1687.tar.gz
; 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,
Python, Ruby, Simula, SQL, Tcl, TypeScript, Verilog, and VHDL@. An
alternative mode for Perl is called CPerl mode. Modes are also
available for the scripting languages of the common GNU and Unix
-shells, and MS-DOS/MS-Windows @samp{BAT} files, and for makefiles,
-JSON, DNS master files, and various sorts of configuration files.
+shells, and MS-DOS/MS-Windows @samp{BAT} files, JSON, DNS master
+files, and various sorts of configuration files.
Ideally, Emacs should have a major mode for each programming
language that you might want to edit. If it doesn't have a mode for