From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: MON KEY Newsgroups: gmane.emacs.devel Subject: Re: tags for functions Date: Tue, 27 Jan 2009 13:53:57 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1233082471 28113 80.91.229.12 (27 Jan 2009 18:54:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Jan 2009 18:54:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: tzz@lifelogs.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 27 19:55:45 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LRt63-00020u-TM for ged-emacs-devel@m.gmane.org; Tue, 27 Jan 2009 19:55:40 +0100 Original-Received: from localhost ([127.0.0.1]:51962 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRt4m-0004Vv-2L for ged-emacs-devel@m.gmane.org; Tue, 27 Jan 2009 13:54:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LRt4S-0004Ql-AU for emacs-devel@gnu.org; Tue, 27 Jan 2009 13:54:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LRt4Q-0004Pv-C7 for emacs-devel@gnu.org; Tue, 27 Jan 2009 13:53:59 -0500 Original-Received: from [199.232.76.173] (port=51162 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRt4Q-0004Pp-82 for emacs-devel@gnu.org; Tue, 27 Jan 2009 13:53:58 -0500 Original-Received: from yx-out-1718.google.com ([74.125.44.152]:41035) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LRt4P-0001uZ-Ud for emacs-devel@gnu.org; Tue, 27 Jan 2009 13:53:58 -0500 Original-Received: by yx-out-1718.google.com with SMTP id 34so2669931yxf.66 for ; Tue, 27 Jan 2009 10:53:57 -0800 (PST) Original-Received: by 10.231.19.204 with SMTP id c12mr1640120ibb.5.1233082437146; Tue, 27 Jan 2009 10:53:57 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: 739afafe2494e15d X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:108304 Archived-At: > You've lost me. Can you please explain with code or point to relevant > code? (documentation 'documentation) & (describe-symbol 'documentation) > It's not clear to me where the `documentation' property comes > from (the doc tags? then what code parses it?) (symbol-plist 'documentation) (documentation-property 'documentation 'some-documentation-property)