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

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

Re: How do I get the definition of a function ?


From: Bastien
Subject: Re: How do I get the definition of a function ?
Date: Sun, 21 Oct 2007 00:24:24 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux)

gnuist006@gmail.com writes:

> How do I get the definition, ie source code of a function in emacs
> lisp ?

C-h k C-h f 

C-h f runs the command describe-function
  which is an interactive compiled Lisp function in `help-fns.el'.
It is bound to C-h f, <help> f, <menu-bar> <help-menu> <describe> 
<describe-function>.
(describe-function function)

Display the full documentation of function (a symbol).

-- 
Bastien




reply via email to

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