"Sebastien Vauban" <sva-news-D0wtAvR13HarG/idocf...@public.gmane.org>
writes:

> Bastien wrote:
>> (This one I knew.  My own recent discovery was C-h : to directly jump
>> to the definition of a symbol.  Pretty useful.)
>
>   ╭────
>   │ C-h : is undefined
>   ╰────
>
> on my side. To what is it bound on your side?

find-function

C-h : runs the command find-function, which is an interactive
autoloaded compiled Lisp function in `find-func.el'.

It is bound to C-h :, <help> :.

(find-function FUNCTION)

Find the definition of the FUNCTION near point.

Finds the source file containing the definition of the function
near point (selected by `function-called-at-point') in a buffer and
places point before the definition.
Set mark before moving, if the buffer already existed.

-- 
 Bastien


Reply via email to