aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/cedet/ede/locate.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/ede/locate.el b/lisp/cedet/ede/locate.el
index 2ff83418f78..a076c46513c 100644
--- a/lisp/cedet/ede/locate.el
+++ b/lisp/cedet/ede/locate.el
@@ -353,7 +353,7 @@ that created this EDE locate object."
353 353
354(cl-defmethod ede-locate-create/update-root-database 354(cl-defmethod ede-locate-create/update-root-database
355 ((loc (subclass ede-locate-cscope)) root) 355 ((loc (subclass ede-locate-cscope)) root)
356 "Create or update the GNU Global database for the current project." 356 "Create or update the Cscope database for the current project."
357 (require 'cedet-cscope) 357 (require 'cedet-cscope)
358 (cedet-cscope-create/update-database root)) 358 (cedet-cscope-create/update-database root))
359 359