aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/dcl-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/dcl-mode.el b/lisp/progmodes/dcl-mode.el
index a06818d06b4..bac8c7d144c 100644
--- a/lisp/progmodes/dcl-mode.el
+++ b/lisp/progmodes/dcl-mode.el
@@ -71,7 +71,7 @@
71 71
72;;; *** Customization ***************************************************** 72;;; *** Customization *****************************************************
73 73
74(defcustom dcl nil 74(defgroup dcl nil
75 "Major mode for editing DCL command files." 75 "Major mode for editing DCL command files."
76 :group 'languages) 76 :group 'languages)
77 77