emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/shen-mode d4c9b85 05/15: 2011-10-08 Eric Schulte <addre


From: Stefan Monnier
Subject: [elpa] externals/shen-mode d4c9b85 05/15: 2011-10-08 Eric Schulte <address@hidden>
Date: Sun, 29 Nov 2020 00:14:27 -0500 (EST)

branch: externals/shen-mode
commit d4c9b8535689a95732c257cec0796162ddd3513c
Author: Eric Schulte <schulte.eric@gmail.com>
Commit: Eric Schulte <schulte.eric@gmail.com>

    2011-10-08 Eric Schulte <schulte.eric@gmail.com>
    
    * shen-mode.el: More complete commentary introducing shen-mode.
---
 shen-mode.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/shen-mode.el b/shen-mode.el
index a520056..a5fdeb7 100644
--- a/shen-mode.el
+++ b/shen-mode.el
@@ -24,7 +24,11 @@
 
 ;;; Commentary:
 
-;; A minor mode for editing shen source code.
+;; A minor mode for editing shen source code.  Shen is a modern lisp
+;; dialect with support for functional and declarative programming,
+;; pattern matching and a very powerful type system.  See the
+;; following for more information on Shen.
+;; http://www.lambdassociates.org/specification/shen_1.8.htm
 
 ;;; Code:
 (require 'lisp-mode)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]