diff options
Diffstat (limited to 'lisp/cedet/srecode/srt-mode.el')
-rw-r--r-- | lisp/cedet/srecode/srt-mode.el | 4 |
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))) |