aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Martín2021-11-14 15:30:52 +0100
committerLars Ingebrigtsen2021-11-14 15:30:58 +0100
commit85ac0efe7c8c43627b2db7aabed18125eb4cb535 (patch)
treeed268a2451f680e3468795737537caf74de3a118
parent289f3a9e5f47bcc70391f0a36c556d964542ee80 (diff)
downloademacs-85ac0efe7c8c43627b2db7aabed18125eb4cb535.tar.gz
emacs-85ac0efe7c8c43627b2db7aabed18125eb4cb535.zip
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).
-rw-r--r--lisp/cedet/semantic/symref/cscope.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/symref/cscope.el b/lisp/cedet/semantic/symref/cscope.el
index e63b7a7e914..bc3f4a248b7 100644
--- a/lisp/cedet/semantic/symref/cscope.el
+++ b/lisp/cedet/semantic/symref/cscope.el
@@ -43,7 +43,7 @@ the hit list.
43See the function `cedet-cscope-search' for more details.") 43See the function `cedet-cscope-search' for more details.")
44 44
45(cl-defmethod semantic-symref-perform-search ((tool semantic-symref-tool-cscope)) 45(cl-defmethod semantic-symref-perform-search ((tool semantic-symref-tool-cscope))
46 "Perform a search with GNU Global." 46 "Perform a search with CScope."
47 (let* ((rootproj (when (and (featurep 'ede) ede-minor-mode) 47 (let* ((rootproj (when (and (featurep 'ede) ede-minor-mode)
48 (ede-toplevel))) 48 (ede-toplevel)))
49 (default-directory (if rootproj 49 (default-directory (if rootproj