diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2021-03-29 19:05:00 +0200 |
|---|---|---|
| committer | brotzeit <brotzeitmacher@gmail.com> | 2021-04-23 13:57:07 +0200 |
| commit | 3fa8f0b3ee3e4f6aa783dd5bcbadaae571ddf4ed (patch) | |
| tree | 067f5693ff48568890d0a03333a010ee8ac62ccc /rust-mode.el | |
| parent | 9e03890863fc1c1aca696e576d0a5b1daf1eed01 (diff) | |
| download | rust-mode-3fa8f0b3ee3e4f6aa783dd5bcbadaae571ddf4ed.tar.gz | |
Add non-empty commentary section, slightly reword summary
Diffstat (limited to 'rust-mode.el')
| -rw-r--r-- | rust-mode.el | 5 |
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: |
