diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-11-15 07:00:24 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-11-15 07:00:24 +0100 |
commit | fba537cebc4dd6fbc5d83aac80704fa08ce0be5d (patch) | |
tree | 3d8b6853655c41d860a96f3f8d8e9cc86eb1b33f /lisp/cedet/semantic | |
parent | d5a4772712334851921e0c11326b27b3744f9f04 (diff) | |
parent | 85ac0efe7c8c43627b2db7aabed18125eb4cb535 (diff) | |
download | emacs-fba537cebc4dd6fbc5d83aac80704fa08ce0be5d.tar.gz emacs-fba537cebc4dd6fbc5d83aac80704fa08ce0be5d.tar.bz2 emacs-fba537cebc4dd6fbc5d83aac80704fa08ce0be5d.zip |
Merge from origin/emacs-28
85ac0efe7c Fix semantic-symref-perform-search doc string
Diffstat (limited to 'lisp/cedet/semantic')
-rw-r--r-- | lisp/cedet/semantic/symref/cscope.el | 2 |
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. 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 |