diff lisp/cedet/srecode/srt-mode.el @ 105425:02f737c16cc4

* cedet/ede/makefile-edit.el (makefile-beginning-of-command) (makefile-end-of-command): * cedet/srecode/srt-mode.el (semantic-beginning-of-context) (semantic-end-of-context): Fix previous change. Doc fixes.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 04 Oct 2009 02:25:42 +0000
parents 309bc750556d
children 3fe6da4a95a9
line wrap: on
line diff
--- a/lisp/cedet/srecode/srt-mode.el	Sun Oct 04 02:11:57 2009 +0000
+++ b/lisp/cedet/srecode/srt-mode.el	Sun Oct 04 02:25:42 2009 +0000
@@ -375,7 +375,7 @@
 (define-mode-local-override semantic-beginning-of-context
   srecode-template-mode (&optional point)
   "Move to the beginning of the current context.
-Moves the beginning of one named section."
+Moves to the beginning of one named section."
   (if (semantic-up-context point)
       t
     (let ((es (regexp-quote (srecode-template-get-escape-start)))
@@ -386,8 +386,8 @@
 
 (define-mode-local-override semantic-end-of-context
   srecode-template-mode (&optional point)
-  "Move to the beginning of the current context.
-Moves the beginning of one named section."
+  "Move to the end of the current context.
+Moves to the end of one named section."
   (let ((name (srecode-up-context-get-name point))
 	(tag (semantic-current-tag))
 	(es  (regexp-quote (srecode-template-get-escape-start))))