summaryrefslogtreecommitdiff
path: root/lisp/cedet/srecode/srt-mode.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-10-01 03:08:03 +0000
committerGlenn Morris <rgm@gnu.org>2009-10-01 03:08:03 +0000
commit2f10955c5892c948fdc35de5e02861a0548e0ddc (patch)
tree02f43e212b42ee33f874dfa3c77df40926f3078a /lisp/cedet/srecode/srt-mode.el
parent9ffe3f52feebf9098f98c028e4dfeab3e4b44f92 (diff)
downloademacs-2f10955c5892c948fdc35de5e02861a0548e0ddc.tar.gz
emacs-2f10955c5892c948fdc35de5e02861a0548e0ddc.tar.bz2
emacs-2f10955c5892c948fdc35de5e02861a0548e0ddc.zip
Doc/message fixes.
Diffstat (limited to 'lisp/cedet/srecode/srt-mode.el')
-rw-r--r--lisp/cedet/srecode/srt-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/srecode/srt-mode.el b/lisp/cedet/srecode/srt-mode.el
index 9034544482c..3972325922e 100644
--- a/lisp/cedet/srecode/srt-mode.el
+++ b/lisp/cedet/srecode/srt-mode.el
@@ -232,7 +232,7 @@ we can tell font lock about them.")
(defun srecode-macro-help ()
- "Provide help for working with macros in a tempalte."
+ "Provide help for working with macros in a template."
(interactive)
(let* ((root 'srecode-template-inserter)
(chl (aref (class-v root) class-children))
@@ -307,7 +307,7 @@ we can tell font lock about them.")
"Non-nil if POINT is inside a macro bounds.
If the ESCAPE_START and END are different sequences,
a simple search is used. If ESCAPE_START and END are the same
-characteres, start at the beginning of the line, and find out
+characters, start at the beginning of the line, and find out
how many occur."
(let ((tag (semantic-current-tag))
(es (regexp-quote (srecode-template-get-escape-start)))