* bug#51846: [PATCH] Fix the docstring of Cscope's semantic-symref-perform-search
[not found] <m1sfvy6cpj.fsf.ref@yahoo.es>
@ 2021-11-14 14:20 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-11-14 14:31 ` Lars Ingebrigtsen
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2021-11-14 14:20 UTC (permalink / raw)
To: 51846
[-- Attachment #1: Type: text/plain, Size: 141 bytes --]
The docstring of the implementation of semantic-symref-perform-search
for Cscope, refers to GNU Global instead of Cscope. Patch attached.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Fix-the-docstring-of-Cscope-s-semantic-symref-perfor.patch --]
[-- Type: text/x-patch, Size: 1077 bytes --]
From ef0ff203e0fec42110b73fe03f029bf724ef47c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Mart=C3=ADn?= <mardani29@yahoo.es>
Date: Sun, 14 Nov 2021 15:12:10 +0100
Subject: [PATCH] Fix the docstring of Cscope's semantic-symref-perform-search
*
lisp/cedet/semantic/symref/cscope.el (semantic-symref-perform-search):
Fix the docstring to refer to the correct tool.
---
lisp/cedet/semantic/symref/cscope.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/cedet/semantic/symref/cscope.el b/lisp/cedet/semantic/symref/cscope.el
index e63b7a7e91..bc3f4a248b 100644
--- a/lisp/cedet/semantic/symref/cscope.el
+++ b/lisp/cedet/semantic/symref/cscope.el
@@ -43,7 +43,7 @@ semantic-symref-tool-cscope
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
--
2.31.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#51846: [PATCH] Fix the docstring of Cscope's semantic-symref-perform-search
2021-11-14 14:20 ` bug#51846: [PATCH] Fix the docstring of Cscope's semantic-symref-perform-search Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2021-11-14 14:31 ` Lars Ingebrigtsen
0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2021-11-14 14:31 UTC (permalink / raw)
To: Daniel Martín; +Cc: 51846
Daniel Martín <mardani29@yahoo.es> writes:
> The docstring of the implementation of semantic-symref-perform-search
> for Cscope, refers to GNU Global instead of Cscope. Patch attached.
Thanks; applied to Emacs 28.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-11-14 14:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <m1sfvy6cpj.fsf.ref@yahoo.es>
2021-11-14 14:20 ` bug#51846: [PATCH] Fix the docstring of Cscope's semantic-symref-perform-search Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-11-14 14:31 ` Lars Ingebrigtsen
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.