help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Looking up the source of a builtin function (subroutine)


From: Nordlöw
Subject: Re: Looking up the source of a builtin function (subroutine)
Date: Mon, 3 Nov 2008 08:03:09 -0800 (PST)
User-agent: G2/1.0

On 3 Nov, 16:59, Paul R <paul.r...@gmail.com> wrote:
> Nordlöw> How do I lookup the C source file for a builtin function
> Nordlöw> (sub-routine) like symbol-file() does for emacs lisp?
>
> I assume you want to do so interactively, then :
>
> C-h f your-function-name RET
>
> You will need to have emacs sources installed, obviously. If you did not
> build emacs from source, you probably have to find a package that
> provides them.
>
> --
>   Paul

How do I do it from emacs lisp code?

/Nordlöw


reply via email to

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