emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 85ac0ef: Fix semantic-symref-perform-search doc string


From: Lars Ingebrigtsen
Subject: emacs-28 85ac0ef: Fix semantic-symref-perform-search doc string
Date: Sun, 14 Nov 2021 09:31:04 -0500 (EST)

branch: emacs-28
commit 85ac0efe7c8c43627b2db7aabed18125eb4cb535
Author: Daniel Martín <mardani29@yahoo.es>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix semantic-symref-perform-search doc string
    
    * lisp/cedet/semantic/symref/cscope.el (semantic-symref-perform-search):
    Fix the docstring to refer to the correct tool (bug#51846).
---
 lisp/cedet/semantic/symref/cscope.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/cedet/semantic/symref/cscope.el 
b/lisp/cedet/semantic/symref/cscope.el
index e63b7a7..bc3f4a2 100644
--- a/lisp/cedet/semantic/symref/cscope.el
+++ b/lisp/cedet/semantic/symref/cscope.el
@@ -43,7 +43,7 @@ the hit list.
 See the function `cedet-cscope-search' for more details.")
 
 (cl-defmethod semantic-symref-perform-search ((tool 
semantic-symref-tool-cscope))
-  "Perform a search with GNU Global."
+  "Perform a search with CScope."
   (let* ((rootproj (when (and (featurep 'ede) ede-minor-mode)
                     (ede-toplevel)))
         (default-directory (if rootproj



reply via email to

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