Fixed keybinding to helm-cscope-find-calling-this-function

helm-cscope typo fixed
This commit is contained in:
dubnde 2017-03-29 23:37:56 +01:00 committed by syl20bnr
parent 9cb3b0aa0c
commit 60d82ef4b8
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
"Setup `helm-cscope' for MODE"
(spacemacs/set-leader-keys-for-major-mode mode
"gc" 'helm-cscope-find-called-function
"gC" 'helm-cscope-find-calling-this-funtcion
"gC" 'helm-cscope-find-calling-this-function
"gd" 'helm-cscope-find-global-definition
"ge" 'helm-cscope-find-egrep-pattern
"gf" 'helm-cscope-find-this-file