From: Stefan Monnier Date: Thu, 1 Apr 2021 21:23:55 +0000 (-0400) Subject: * lisp/progmodes/dcl-mode.el: Clarify what is meant by DCL X-Git-Tag: emacs-28.0.90~3050 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cf1ac9d830ed03b3b0ce3a88988c81ffa34de13f;p=emacs.git * lisp/progmodes/dcl-mode.el: Clarify what is meant by DCL --- diff --git a/lisp/progmodes/dcl-mode.el b/lisp/progmodes/dcl-mode.el index 7107ae6ea19..ed024f24344 100644 --- a/lisp/progmodes/dcl-mode.el +++ b/lisp/progmodes/dcl-mode.el @@ -23,9 +23,11 @@ ;;; Commentary: -;; DCL mode is a package for editing DCL command files. It helps you -;; indent lines, add leading `$' and trailing `-', move around in the -;; code and insert lexical functions. +;; DCL mode is a package for editing +;; [DCL](https://en.wikipedia.org/wiki/DIGITAL_Command_Language) +;; command files. +;; It helps you indent lines, add leading `$' and trailing `-', move +;; around in the code and insert lexical functions. ;; ;; Type `C-h m' when you are editing a .COM file to get more ;; information about this mode.