]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/ia-sb.el
Merge from trunk.
[gnu-emacs] / lisp / cedet / semantic / ia-sb.el
index 57067936a9021fe87d51d22915f05a92946c2e53..f898b6565fdf3296fe6012333d6d2bb9748f73ba 100644 (file)
@@ -1,6 +1,6 @@
 ;;; semantic/ia-sb.el --- Speedbar analysis display interactor
 
-;;; Copyright (C) 2002-2004, 2006, 2008-2011  Free Software Foundation, Inc.
+;;; Copyright (C) 2002-2004, 2006, 2008-2012  Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <zappo@gnu.org>
 ;; Keywords: syntax
@@ -36,7 +36,7 @@
     nil
   (setq semantic-ia-sb-key-map (speedbar-make-specialized-keymap))
 
-  ;; Basic featuers.
+  ;; Basic features.
   (define-key semantic-ia-sb-key-map "\C-m" 'speedbar-edit-line)
   (define-key semantic-ia-sb-key-map "I" 'semantic-ia-sb-show-tag-info)
   )
@@ -348,7 +348,7 @@ TEXT TAG and INDENT are the details."
          (insert (semantic-tag-name tag))
          (if movepoint (setq movepoint (point)))
          ;; I'd like to use this to add fancy () or what not at the end
-         ;; but we need the parent file whih requires an upgrade to the
+         ;; but we need the parent file which requires an upgrade to the
          ;; analysis tool.
          ;;(semantic-insert-foreign-tag tag ??))
          )