summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-11-26 09:04:39 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-11-26 09:04:39 +0100
commit3dbe0cde0e1befb9c7065bdc43f64fdd0aba37b4 (patch)
tree886eb8a7286319da82accb02693669fb0f457568
parent0369dcacf30aff6d4f733872058fa2446330fd02 (diff)
downloademacs-3dbe0cde0e1befb9c7065bdc43f64fdd0aba37b4.tar.gz
; * lisp/progmodes/csharp-mode.el: Add Commentary.
-rw-r--r--lisp/progmodes/csharp-mode.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/progmodes/csharp-mode.el b/lisp/progmodes/csharp-mode.el
index f76289ac2b7..e82e72e8a3c 100644
--- a/lisp/progmodes/csharp-mode.el
+++ b/lisp/progmodes/csharp-mode.el
@@ -24,6 +24,10 @@
;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
+;;; Commentary:
+
+;; Support for editing C#.
+
;;; Code:
(require 'compile)