mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-10 01:34:36 -08:00
Merge from origin/emacs-28
85ac0efe7c Fix semantic-symref-perform-search doc string
This commit is contained in:
commit
fba537cebc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue