From 3fa8f0b3ee3e4f6aa783dd5bcbadaae571ddf4ed Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Mon, 29 Mar 2021 19:05:00 +0200 Subject: Add non-empty commentary section, slightly reword summary --- rust-mode.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'rust-mode.el') 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: -- cgit v1.2.3