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).
This commit is contained in:
Daniel Martín 2021-11-14 15:30:52 +01:00 committed by Lars Ingebrigtsen
parent 289f3a9e5f
commit 85ac0efe7c

View file

@ -43,7 +43,7 @@ the hit list.
See the function `cedet-cscope-search' for more details.") See the function `cedet-cscope-search' for more details.")
(cl-defmethod semantic-symref-perform-search ((tool semantic-symref-tool-cscope)) (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) (let* ((rootproj (when (and (featurep 'ede) ede-minor-mode)
(ede-toplevel))) (ede-toplevel)))
(default-directory (if rootproj (default-directory (if rootproj