]> code.delx.au - gnu-emacs/blobdiff - etc/srecode/el.srt
Update copyright year to 2016
[gnu-emacs] / etc / srecode / el.srt
index 6117e72be2a3333f44b6ff862ba0c0a73baa7f0a..a94f7c652880523b975360cc3b87c9fec0c5ef1e 100644 (file)
@@ -1,6 +1,6 @@
 ;;; el.srt --- SRecode templates for Emacs Lisp mode
 
-;; Copyright (C) 2007-2011 Free Software Foundation, Inc.
+;; Copyright (C) 2007-2016 Free Software Foundation, Inc.
 
 ;; Author: Eric Ludlam <zappo@gnu.org>
 
@@ -109,7 +109,7 @@ $<MODEFCN:declaration:function$
        '($MODESYM$-mode-font-lock-keywords
          nil  ;; perform string/comment fontification
          nil  ;; keywords are case sensitive.
-         ;; This puts _ & - as a word constituant,
+         ;; This puts _ & - as a word constituent,
          ;; simplifying our keywords significantly
          ((?_ . "w") (?- . "w"))))
   (run-hooks '$MODESYM$-mode-hook)
@@ -197,7 +197,7 @@ template variable-option :el :el-custom :indent :blank
 ----
 (defcustom $?NAME$ $^$
   "*$DOC$"
-  :group $GROUP$
+  :group '$GROUP$
   :type $?CUSTOMTYPE$)
 ----
 bind "o"