emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [RFC] Proposal for rebindings in Org 8.3


From: Bastien
Subject: Re: [O] [RFC] Proposal for rebindings in Org 8.3
Date: Mon, 10 Feb 2014 11:21:53 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)


"Sebastien Vauban" <sva-news-D0wtAvR13HarG/address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]