branch: elpa/rust-mode
commit 3fa8f0b3ee3e4f6aa783dd5bcbadaae571ddf4ed
Author: Jonas Bernoulli <[email protected]>
Commit: brotzeit <[email protected]>

    Add non-empty commentary section, slightly reword summary
---
 rust-mode.el | 5 +++--
 1 file 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:
 

Reply via email to