aboutsummaryrefslogtreecommitdiffstats
path: root/etc/srecode
diff options
context:
space:
mode:
authorJoakim Verona2011-12-28 11:34:15 +0100
committerJoakim Verona2011-12-28 11:34:15 +0100
commit2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f (patch)
tree034e65ef002631d0aba8fc1a41e9984fc557e630 /etc/srecode
parentbb29f044aa967831cd664c54eba0de0c701436ce (diff)
parentd23ab8e8726ecb7e3554644857b4a58e5f7408f1 (diff)
downloademacs-2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f.tar.gz
emacs-2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f.zip
upstream
Diffstat (limited to 'etc/srecode')
-rw-r--r--etc/srecode/doc-cpp.srt2
-rw-r--r--etc/srecode/doc-default.srt2
-rw-r--r--etc/srecode/doc-java.srt2
-rw-r--r--etc/srecode/el.srt2
-rw-r--r--etc/srecode/template.srt4
5 files changed, 6 insertions, 6 deletions
diff --git a/etc/srecode/doc-cpp.srt b/etc/srecode/doc-cpp.srt
index 957986e8eda..a9ea16d1811 100644
--- a/etc/srecode/doc-cpp.srt
+++ b/etc/srecode/doc-cpp.srt
@@ -43,7 +43,7 @@ Recycle doxygen comment code from the more general template set."
43---- 43----
44 44
45template variable-same-line-comment :tag 45template variable-same-line-comment :tag
46"A comment occurring after a veriable declaration. 46"A comment occurring after a variable declaration.
47Recycle doxygen comment code from the more general template set." 47Recycle doxygen comment code from the more general template set."
48---- 48----
49{{>:declaration:doxygen-variable-same-line}} 49{{>:declaration:doxygen-variable-same-line}}
diff --git a/etc/srecode/doc-default.srt b/etc/srecode/doc-default.srt
index 24741fa7741..ac8d8bc1ac2 100644
--- a/etc/srecode/doc-default.srt
+++ b/etc/srecode/doc-default.srt
@@ -43,7 +43,7 @@ template function-comment :tag :indent :blank
43---- 43----
44 44
45template variable-same-line-comment :tag 45template variable-same-line-comment :tag
46"A comment occurring after a veriable declaration." 46"A comment occurring after a variable declaration."
47---- 47----
48{{comment_start}} {{?DOC}} {{comment_end}} 48{{comment_start}} {{?DOC}} {{comment_end}}
49---- 49----
diff --git a/etc/srecode/doc-java.srt b/etc/srecode/doc-java.srt
index c6d2ef1fd54..aeae1c2c389 100644
--- a/etc/srecode/doc-java.srt
+++ b/etc/srecode/doc-java.srt
@@ -44,7 +44,7 @@ Recycle javadoc comment code from the more general template set."
44---- 44----
45 45
46template variable-same-line-comment :tag 46template variable-same-line-comment :tag
47"A comment occurring after a veriable declaration. 47"A comment occurring after a variable declaration.
48Recycle javadoc comment code from the more general template set." 48Recycle javadoc comment code from the more general template set."
49---- 49----
50{{>:declaration:javadoc-variable-same-line}} 50{{>:declaration:javadoc-variable-same-line}}
diff --git a/etc/srecode/el.srt b/etc/srecode/el.srt
index 6117e72be2a..03a797bb709 100644
--- a/etc/srecode/el.srt
+++ b/etc/srecode/el.srt
@@ -109,7 +109,7 @@ $<MODEFCN:declaration:function$
109 '($MODESYM$-mode-font-lock-keywords 109 '($MODESYM$-mode-font-lock-keywords
110 nil ;; perform string/comment fontification 110 nil ;; perform string/comment fontification
111 nil ;; keywords are case sensitive. 111 nil ;; keywords are case sensitive.
112 ;; This puts _ & - as a word constituant, 112 ;; This puts _ & - as a word constituent,
113 ;; simplifying our keywords significantly 113 ;; simplifying our keywords significantly
114 ((?_ . "w") (?- . "w")))) 114 ((?_ . "w") (?- . "w"))))
115 (run-hooks '$MODESYM$-mode-hook) 115 (run-hooks '$MODESYM$-mode-hook)
diff --git a/etc/srecode/template.srt b/etc/srecode/template.srt
index 3c9aff7ff0d..adbe554216b 100644
--- a/etc/srecode/template.srt
+++ b/etc/srecode/template.srt
@@ -125,13 +125,13 @@ prompt $?NAME$ "$?PROMPT$"
125bind "p" 125bind "p"
126 126
127template priority :blank 127template priority :blank
128"Insert a priority statemept." 128"Insert a priority statement."
129---- 129----
130set priority $^$ 130set priority $^$
131---- 131----
132 132
133template application :blank 133template application :blank
134"Insert a priority statemept." 134"Insert an application statement."
135---- 135----
136set application "$^$" 136set application "$^$"
137---- 137----