From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.help Subject: Re: where is a function defined Date: Tue, 31 Dec 2002 21:48:43 +0100 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1041367722 16496 80.91.224.249 (31 Dec 2002 20:48:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 31 Dec 2002 20:48:42 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18TTJY-0004Hv-00 for ; Tue, 31 Dec 2002 21:48:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18TTK6-0001uX-03 for gnu-help-gnu-emacs@m.gmane.org; Tue, 31 Dec 2002 15:49:14 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18TTJh-0001oz-00 for help-gnu-emacs@gnu.org; Tue, 31 Dec 2002 15:48:49 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18TTJf-0001jq-00 for help-gnu-emacs@gnu.org; Tue, 31 Dec 2002 15:48:49 -0500 Original-Received: from mailhost.bonet.ac ([194.165.224.191]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18TTJe-0001gL-00 for help-gnu-emacs@gnu.org; Tue, 31 Dec 2002 15:48:46 -0500 Original-Received: from lgh163a.kemisten.nu (lgh163a.kemisten.nu [212.32.172.173]) by mailhost.bonet.ac (8.8.8/8.8.8) with ESMTP id VAA25452; Tue, 31 Dec 2002 21:48:43 +0100 (MET) Original-Received: from ams by lgh163a.kemisten.nu with local (Exim 3.36 #1 (Debian)) id 18TTJb-0006JE-00; Tue, 31 Dec 2002 21:48:43 +0100 Original-To: zghuang@bloomberg.net In-reply-to: (zghuang@bloomberg.net) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:5162 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5162 I need to find the lisp code for a function, not only the description. Thanks for the response anyway. describe-function shows a "link" to the elisp code for a function. For example, this is the docstring for describe-function, the link to the elisp code be be retrived by pressing the `help-fns' link thing. describe-function is an interactive compiled Lisp function in `help-fns'. It is bound to C-h f, . (describe-function FUNCTION) Display the full documentation of FUNCTION (a symbol).