]> git.eshelyaron.com Git - emacs.git/commitdiff
; ede-locate-create/update-root-database: Fix docstring typo
authorDmitry Gutov <dgutov@yandex.ru>
Fri, 1 May 2015 17:36:23 +0000 (20:36 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Fri, 1 May 2015 20:41:27 +0000 (23:41 +0300)
lisp/cedet/ede/locate.el

index 2ff83418f78e6e9bb2db22935a2fd84cc92cdf75..a076c46513ce4b0a0f12a7fdac767045777ffd27 100644 (file)
@@ -353,7 +353,7 @@ that created this EDE locate object."
 
 (cl-defmethod ede-locate-create/update-root-database
   ((loc (subclass ede-locate-cscope)) root)
-  "Create or update the GNU Global database for the current project."
+  "Create or update the Cscope database for the current project."
   (require 'cedet-cscope)
   (cedet-cscope-create/update-database root))