]> code.delx.au - gnu-emacs/blobdiff - etc/srecode/el.srt
etc/NEWS: Move announcement of tty-top-frame out of non-free section.
[gnu-emacs] / etc / srecode / el.srt
index 7684cd41a4b43c0df7bfbe3b1967a71e5962d164..cc5af736f15760df6614f40d4678ec7f7164c477 100644 (file)
@@ -1,6 +1,6 @@
 ;;; el.srt --- SRecode templates for Emacs Lisp mode
 
-;; Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+;; Copyright (C) 2007-2012 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)
@@ -261,7 +261,7 @@ template defgroup :indent :blank
 ----
 (defgroup $?MODESYM$-mode nil
   "$MODESYM$ group."
-  :group 'langauges)
+  :group 'languages)
 ----
 bind "g"