aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/ebnf2ps.el4
-rw-r--r--lisp/progmodes/flymake.el2
-rw-r--r--lisp/progmodes/gud.el5
-rw-r--r--lisp/progmodes/prolog.el2
-rw-r--r--lisp/progmodes/verilog-mode.el2
-rw-r--r--lisp/progmodes/which-func.el2
6 files changed, 9 insertions, 8 deletions
diff --git a/lisp/progmodes/ebnf2ps.el b/lisp/progmodes/ebnf2ps.el
index 05c9e160ceb..b7cbdcc7018 100644
--- a/lisp/progmodes/ebnf2ps.el
+++ b/lisp/progmodes/ebnf2ps.el
@@ -1181,10 +1181,10 @@ Elements of ALIST that are not conses are ignored."
1181;;; Interface to the command system 1181;;; Interface to the command system
1182 1182
1183(defgroup postscript nil 1183(defgroup postscript nil
1184 "PostScript Group." 1184 "Printing with PostScript"
1185 :tag "PostScript" 1185 :tag "PostScript"
1186 :version "20" 1186 :version "20"
1187 :group 'emacs) 1187 :group 'environment)
1188 1188
1189 1189
1190(defgroup ebnf2ps nil 1190(defgroup ebnf2ps nil
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el
index ed8eb81932e..96d4105f65b 100644
--- a/lisp/progmodes/flymake.el
+++ b/lisp/progmodes/flymake.el
@@ -253,7 +253,7 @@ are the string substitutions (see `format')."
253(make-variable-buffer-local 'flymake-output-residual) 253(make-variable-buffer-local 'flymake-output-residual)
254 254
255(defgroup flymake nil 255(defgroup flymake nil
256 "A universal on-the-fly syntax checker." 256 "Universal on-the-fly syntax checker."
257 :version "23.1" 257 :version "23.1"
258 :group 'tools) 258 :group 'tools)
259 259
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el
index 1f60c351252..7123a8dd7fc 100644
--- a/lisp/progmodes/gud.el
+++ b/lisp/progmodes/gud.el
@@ -58,8 +58,9 @@
58;; GUD commands must be visible in C buffers visited by GUD 58;; GUD commands must be visible in C buffers visited by GUD
59 59
60(defgroup gud nil 60(defgroup gud nil
61 "Grand Unified Debugger mode for gdb and other debuggers under Emacs. 61 "The \"Grand Unified Debugger\" interface.
62Supported debuggers include gdb, sdb, dbx, xdb, perldb, pdb (Python) and jdb." 62Supported debuggers include gdb, sdb, dbx, xdb, perldb,
63pdb (Python), and jdb."
63 :group 'processes 64 :group 'processes
64 :group 'tools) 65 :group 'tools)
65 66
diff --git a/lisp/progmodes/prolog.el b/lisp/progmodes/prolog.el
index 74c8c31b425..4ef6c31442d 100644
--- a/lisp/progmodes/prolog.el
+++ b/lisp/progmodes/prolog.el
@@ -295,7 +295,7 @@
295 295
296 296
297(defgroup prolog nil 297(defgroup prolog nil
298 "Major modes for editing and running Prolog and Mercury files." 298 "Editing and running Prolog and Mercury files."
299 :group 'languages) 299 :group 'languages)
300 300
301(defgroup prolog-faces nil 301(defgroup prolog-faces nil
diff --git a/lisp/progmodes/verilog-mode.el b/lisp/progmodes/verilog-mode.el
index 0139795dd38..ad1dae9acf9 100644
--- a/lisp/progmodes/verilog-mode.el
+++ b/lisp/progmodes/verilog-mode.el
@@ -393,7 +393,7 @@ Set `verilog-in-hooks' during this time, to assist AUTO caches."
393 (parse-partial-sexp (point-min) (or pos (point))))) 393 (parse-partial-sexp (point-min) (or pos (point)))))
394 394
395(defgroup verilog-mode nil 395(defgroup verilog-mode nil
396 "Facilitates easy editing of Verilog source text." 396 "Major mode for Verilog source code."
397 :version "22.2" 397 :version "22.2"
398 :group 'languages) 398 :group 'languages)
399 399
diff --git a/lisp/progmodes/which-func.el b/lisp/progmodes/which-func.el
index c8435c14ea2..cdaeadde906 100644
--- a/lisp/progmodes/which-func.el
+++ b/lisp/progmodes/which-func.el
@@ -68,7 +68,7 @@
68 "String to display in the mode line when current function is unknown.") 68 "String to display in the mode line when current function is unknown.")
69 69
70(defgroup which-func nil 70(defgroup which-func nil
71 "Mode to display the current function name in the modeline." 71 "Display the current function name in the modeline."
72 :group 'tools 72 :group 'tools
73 :version "20.3") 73 :version "20.3")
74 74