aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cedet
diff options
context:
space:
mode:
authorStefan Kangas2021-11-15 07:00:24 +0100
committerStefan Kangas2021-11-15 07:00:24 +0100
commitfba537cebc4dd6fbc5d83aac80704fa08ce0be5d (patch)
tree3d8b6853655c41d860a96f3f8d8e9cc86eb1b33f /lisp/cedet
parentd5a4772712334851921e0c11326b27b3744f9f04 (diff)
parent85ac0efe7c8c43627b2db7aabed18125eb4cb535 (diff)
downloademacs-fba537cebc4dd6fbc5d83aac80704fa08ce0be5d.tar.gz
emacs-fba537cebc4dd6fbc5d83aac80704fa08ce0be5d.zip
Merge from origin/emacs-28
85ac0efe7c Fix semantic-symref-perform-search doc string
Diffstat (limited to 'lisp/cedet')
-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