summaryrefslogtreecommitdiff
path: root/rust-mode.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2021-03-29 19:05:00 +0200
committerbrotzeit <brotzeitmacher@gmail.com>2021-04-23 13:57:07 +0200
commit3fa8f0b3ee3e4f6aa783dd5bcbadaae571ddf4ed (patch)
tree067f5693ff48568890d0a03333a010ee8ac62ccc /rust-mode.el
parent9e03890863fc1c1aca696e576d0a5b1daf1eed01 (diff)
downloadrust-mode-3fa8f0b3ee3e4f6aa783dd5bcbadaae571ddf4ed.tar.gz
Add non-empty commentary section, slightly reword summary
Diffstat (limited to 'rust-mode.el')
-rw-r--r--rust-mode.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/rust-mode.el b/rust-mode.el
index 221259c..9e8213c 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -1,4 +1,4 @@
-;;; rust-mode.el --- A major emacs mode for editing Rust source code -*-lexical-binding: t-*-
+;;; rust-mode.el --- A major-mode for editing Rust source code -*-lexical-binding: t-*-
;; Version: 0.5.0
;; Author: Mozilla
@@ -10,7 +10,8 @@
;; Apache License (version 2.0).
;;; Commentary:
-;;
+
+;; This package implements a major-mode for editing Rust source code.
;;; Code: