emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master cf1ac9d: * lisp/progmodes/dcl-mode.el: Clarify what is meant by D


From: Stefan Monnier
Subject: master cf1ac9d: * lisp/progmodes/dcl-mode.el: Clarify what is meant by DCL
Date: Thu, 1 Apr 2021 17:23:59 -0400 (EDT)

branch: master
commit cf1ac9d830ed03b3b0ce3a88988c81ffa34de13f
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * lisp/progmodes/dcl-mode.el: Clarify what is meant by DCL
---
 lisp/progmodes/dcl-mode.el | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/lisp/progmodes/dcl-mode.el b/lisp/progmodes/dcl-mode.el
index 7107ae6..ed024f2 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]