M-x find-function
RET (function name)
RET
I find that C-h C-f makes a good keybinding for find-function
(given that C-h f is bound by default to describe-function
)
(global-set-key (kbd "C-h C-f") 'find-function)
M-x find-function
RET (function name)
RET
I find that C-h C-f makes a good keybinding for find-function
(given that C-h f is bound by default to describe-function
)
(global-set-key (kbd "C-h C-f") 'find-function)