]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/shen-mode/shen-mode.el
2011-10-08 Eric Schulte <schulte.eric@gmail.com>
[gnu-emacs-elpa] / packages / shen-mode / shen-mode.el
index a5200560cc253f6c9622b85503363ebb301fdc6e..a5fdeb76133e059be7e7936e599eb9501905ee16 100644 (file)
 
 ;;; 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)