From: Dmitry Gutov Date: Fri, 1 May 2015 17:36:23 +0000 (+0300) Subject: ; ede-locate-create/update-root-database: Fix docstring typo X-Git-Tag: emacs-25.0.90~2229^2~9 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b621e97436c6d9fd255d2ff84a237ddc79a4b8b9;p=emacs.git ; ede-locate-create/update-root-database: Fix docstring typo --- 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." (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))