[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/dart-mode 722e7a2d6b 2/2: style: Apply commentary changes
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/dart-mode 722e7a2d6b 2/2: style: Apply commentary changes suggested by @tarsius |
Date: |
Fri, 29 Sep 2023 19:00:03 -0400 (EDT) |
branch: elpa/dart-mode
commit 722e7a2d6b885542a14bf27b9d0b0b5898aba78a
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: GitHub <noreply@github.com>
style: Apply commentary changes suggested by @tarsius
---
dart-mode.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dart-mode.el b/dart-mode.el
index f537e167cd..1b511e7195 100644
--- a/dart-mode.el
+++ b/dart-mode.el
@@ -25,9 +25,8 @@
;;; Commentary:
-;; Major mode for editing Dart files.
-
-;; Provides basic syntax highlighting and indentation.
+;; This package implements a major-mode for the Dart language,
+;; providing basic syntax highlighting and indentation support.
;;; Code: