emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master b621e97 1/2: ; ede-locate-create/update-root-databa


From: Dmitry Gutov
Subject: [Emacs-diffs] master b621e97 1/2: ; ede-locate-create/update-root-database: Fix docstring typo
Date: Fri, 01 May 2015 20:41:34 +0000

branch: master
commit b621e97436c6d9fd255d2ff84a237ddc79a4b8b9
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    ; ede-locate-create/update-root-database: Fix docstring typo
---
 lisp/cedet/ede/locate.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/cedet/ede/locate.el b/lisp/cedet/ede/locate.el
index 2ff8341..a076c46 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))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]