]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/ede/locate.el
; ede-locate-create/update-root-database: Fix docstring typo
[gnu-emacs] / 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))