diff options
| author | Stefan Monnier | 2021-04-01 17:23:55 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2021-04-01 17:23:55 -0400 |
| commit | cf1ac9d830ed03b3b0ce3a88988c81ffa34de13f (patch) | |
| tree | b2aff1b1e77d17e551892d40d9e151ea463b5a2e | |
| parent | e5b8d071e0066a2bab28744f21d58ac422793381 (diff) | |
| download | emacs-cf1ac9d830ed03b3b0ce3a88988c81ffa34de13f.tar.gz emacs-cf1ac9d830ed03b3b0ce3a88988c81ffa34de13f.zip | |
* lisp/progmodes/dcl-mode.el: Clarify what is meant by DCL
| -rw-r--r-- | lisp/progmodes/dcl-mode.el | 8 |
1 files changed, 5 insertions, 3 deletions
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 @@ | |||
| 23 | 23 | ||
| 24 | ;;; Commentary: | 24 | ;;; Commentary: |
| 25 | 25 | ||
| 26 | ;; DCL mode is a package for editing DCL command files. It helps you | 26 | ;; DCL mode is a package for editing |
| 27 | ;; indent lines, add leading `$' and trailing `-', move around in the | 27 | ;; [DCL](https://en.wikipedia.org/wiki/DIGITAL_Command_Language) |
| 28 | ;; code and insert lexical functions. | 28 | ;; command files. |
| 29 | ;; It helps you indent lines, add leading `$' and trailing `-', move | ||
| 30 | ;; around in the code and insert lexical functions. | ||
| 29 | ;; | 31 | ;; |
| 30 | ;; Type `C-h m' when you are editing a .COM file to get more | 32 | ;; Type `C-h m' when you are editing a .COM file to get more |
| 31 | ;; information about this mode. | 33 | ;; information about this mode. |