From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: lost argument and doc string Date: 12 Feb 2002 18:57:58 +0000 Message-ID: References: <20020211.183254.01366081.Takaaki.Ota@am.sony.com> <20020212.062332.60851732.Takaaki.Ota@am.sony.com> NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: quimby2.netfonds.no 1013541987 22512 195.204.10.66 (12 Feb 2002 19:26:27 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 12 Feb 2002 19:26:27 GMT Cc: eliz@is.elta.co.il, lektu@terra.es, emacs-devel@gnu.org, andrewi@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16aiZO-0005r0-00 for ; Tue, 12 Feb 2002 20:26:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16aiOa-0000En-00; Tue, 12 Feb 2002 14:15:16 -0500 Original-Received: from carbon.btinternet.com ([194.73.73.92]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16aiMz-0008RE-00; Tue, 12 Feb 2002 14:13:38 -0500 Original-Received: from host213-1-86-74.btinternet.com ([213.1.86.74] helo=nyaumo.btinternet.com) by carbon.btinternet.com with esmtp (Exim 3.22 #8) id 16aiMk-0004c0-00; Tue, 12 Feb 2002 19:13:23 +0000 Original-Received: from nyaumo.btinternet.com (localhost [127.0.0.1]) by nyaumo.btinternet.com (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id SAA00435; Tue, 12 Feb 2002 18:57:59 GMT Original-To: Tak Ota In-Reply-To: <20020212.062332.60851732.Takaaki.Ota@am.sony.com> Original-Lines: 23 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.90 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:1047 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1047 Tak Ota writes: > I'll try to read make-docfile.c, however, someone on this list > probably can provide quick answer to this puzzle before I solve it. > What's really strange is out of all those elc files following files > are seemingly and deliberately left as el files. > > cus-start.el, loadup.el, loaddefs.el, bindings.el, > international/mule-conf.el, paths.el, version.el There is a comment in make-docfile.c that says that docstrings in .el files must start with a backslash and newline immediately after the opening double quote. The files listed above (should) have docstrings that comply with that requirement. I tried running make-docfile on just simple.el, and only one docstring was produced (for previous-complete-history-element), which is consistent with that comment. -- Jason Rumney _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel