From 2f10955c5892c948fdc35de5e02861a0548e0ddc Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 1 Oct 2009 03:08:03 +0000 Subject: Doc/message fixes. --- lisp/cedet/srecode/srt-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/cedet/srecode/srt-mode.el') 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))) -- cgit v1.2.3