From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: sit-for arg old-nodisp not documented Date: Sun, 31 Jul 2005 23:12:49 +0200 Message-ID: <42ED3ED1.7000506@student.lu.se> References: <42EC8331.3050702@student.lu.se> <42ECF035.2000008@student.lu.se> <42ECF875.6010205@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1122845466 3667 80.91.229.2 (31 Jul 2005 21:31:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 31 Jul 2005 21:31:06 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 31 23:31:02 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DzLOO-0006A8-4G for ged-emacs-devel@m.gmane.org; Sun, 31 Jul 2005 23:30:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DzLR0-0003Qv-7s for ged-emacs-devel@m.gmane.org; Sun, 31 Jul 2005 17:33:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DzLNn-0001IT-Cv for emacs-devel@gnu.org; Sun, 31 Jul 2005 17:30:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DzLNc-0001C3-Gs for emacs-devel@gnu.org; Sun, 31 Jul 2005 17:29:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DzLNb-00013a-Fo for emacs-devel@gnu.org; Sun, 31 Jul 2005 17:29:55 -0400 Original-Received: from [81.228.8.83] (helo=pne-smtpout1-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DzLJ5-0002eN-Ta for emacs-devel@gnu.org; Sun, 31 Jul 2005 17:25:16 -0400 Original-Received: from [192.168.123.121] (83.249.205.6) by pne-smtpout1-sn2.hy.skanova.net (7.2.060.1) id 42BFBBD200551DEE; Sun, 31 Jul 2005 23:12:53 +0200 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en Original-To: Juanma Barranquero In-Reply-To: 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:41381 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41381 Juanma Barranquero wrote: >On 7/31/05, Lennart Borgman wrote: > > > >>I just meant that the old declaration could perhaps be an implicit >>description. >> >> > >I don't understand. > >Just say what changes would you do to the docstring, and if they're >good, by all means commit them. > I guess I just notice too much details sometimes ;-) But anyhow maybe it is better just to add a last line instead of my first suggestion which obviously was not as clear: OLD-NODISP is just a placeholder making it possible to still use `defadvice' on the old form. There is a comment in the code which I think means this.