]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/ia-sb.el
Update copyright year to 2015
[gnu-emacs] / lisp / cedet / semantic / ia-sb.el
index edd62cc5ca511c975cfd68a500ed48d3f72378ac..410d63acab41383a99554835303c0c354895ddc1 100644 (file)
@@ -1,6 +1,7 @@
 ;;; 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-2015 Free Software Foundation,
+;;; Inc.
 
 ;; Author: Eric M. Ludlam <zappo@gnu.org>
 ;; Keywords: syntax
@@ -138,7 +139,7 @@ DIRECTORY is the current directory, which is ignored, and ZERO is 0."
       )))
 
 (defmethod semantic-ia-sb-show-doc ((context semantic-analyze-context))
-  "Show documentation about CONTEXT iff CONTEXT points at a complete symbol."
+  "Show documentation about CONTEXT if CONTEXT points at a complete symbol."
   (let ((sym (car (reverse (oref context prefix))))
        (doc nil))
     (when (semantic-tag-p sym)