]> code.delx.au - gnu-emacs/blobdiff - etc/srecode/doc-default.srt
Update copyright year to 2016
[gnu-emacs] / etc / srecode / doc-default.srt
index bf4011bb1a9ec62d13f6dde0031dabf471cda77e..5612965cb3862260ac61c9eca5132604c4e838c0 100644 (file)
@@ -1,6 +1,6 @@
 ;; doc-default.srt --- SRecode templates for "document" applications
 
-;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2016 Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <eric@siege-engine.com>
 
@@ -26,7 +26,7 @@ set application "document"
 context declaration
 
 template section-comment :blank :indent
-"A comment occuring in front of a group of declarations."
+"A comment occurring in front of a group of declarations."
 ----
 {{comment_start}} {{?TITLE}}
 {{comment_prefix}}
@@ -35,7 +35,7 @@ template section-comment :blank :indent
 ----
 
 template function-comment :tag :indent :blank
-"A comment occuring in front of a function."
+"A comment occurring in front of a function."
 ----
 {{comment_start}} {{?NAME}} --
 {{DOC:srecode-comment-prefix}}
@@ -43,21 +43,21 @@ template function-comment :tag :indent :blank
 ----
 
 template variable-same-line-comment :tag
-"A comment occuring after a veriable declaration."
+"A comment occurring after a variable declaration."
 ----
 {{comment_start}} {{?DOC}} {{comment_end}}
 ----
 
 ;; These happen to be the same as in a classdecl.
 template group-comment-start :blank :indent
-"A comment occuring in front of a group of declarations."
+"A comment occurring in front of a group of declarations."
 ----
 {{comment_start}} {{?GROUPNAME}} --
 {{comment_end}}
 ----
 
 template group-comment-end :indent
-"A comment occuring at the end of a a group of declarations."
+"A comment occurring at the end of a group of declarations."
 ----
 {{comment_start}} End {{?GROUPNAME}} {{comment_end}}
 ----
@@ -66,13 +66,13 @@ template group-comment-end :indent
 context classdecl
 
 template group-comment-start :blank :indent
-"A comment occuring in front of a group of declarations."
+"A comment occurring in front of a group of declarations."
 ----
 {{>:declaration:group-comment-start}}
 ----
 
 template group-comment-end :indent
-"A comment occuring at the end of a a group of declarations."
+"A comment occurring at the end of a group of declarations."
 ----
 {{>:declaration:group-comment-end}}
 ----