We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ec6ad commit 096a9eaCopy full SHA for 096a9ea
layers/+tags/cscope/packages.el
@@ -48,7 +48,7 @@
48
"Setup `helm-cscope' for MODE"
49
(spacemacs/set-leader-keys-for-major-mode mode
50
"gc" 'helm-cscope-find-called-function
51
- "gC" 'helm-cscope-find-calling-this-funtcion
+ "gC" 'helm-cscope-find-calling-this-function
52
"gd" 'helm-cscope-find-global-definition
53
"ge" 'helm-cscope-find-egrep-pattern
54
"gf" 'helm-cscope-find-this-file
0 commit comments