From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: Re: Lisp Manual needs updating too Date: Thu, 03 Nov 2005 12:57:23 +0900 (JST) Message-ID: <20051103.125723.205325973.jet@gyve.org> References: <17257.13304.321155.305236@kahikatea.snap.net.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1130990363 28218 80.91.229.2 (3 Nov 2005 03:59:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 3 Nov 2005 03:59:23 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 03 04:59:15 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EXWEV-0006Fy-KL for ged-emacs-devel@m.gmane.org; Thu, 03 Nov 2005 04:57:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EXWEV-00067x-0C for ged-emacs-devel@m.gmane.org; Wed, 02 Nov 2005 22:57:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EXWEG-00067V-Rt for emacs-devel@gnu.org; Wed, 02 Nov 2005 22:57:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EXWEE-00066e-VB for emacs-devel@gnu.org; Wed, 02 Nov 2005 22:57:32 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EXWEE-00066L-Kx for emacs-devel@gnu.org; Wed, 02 Nov 2005 22:57:30 -0500 Original-Received: from [210.130.136.40] (helo=r-maa.spacetown.ne.jp) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EXWEE-0006FW-F9 for emacs-devel@gnu.org; Wed, 02 Nov 2005 22:57:30 -0500 Original-Received: from localhost (h219-110-074-225.catv01.itscom.jp [219.110.74.225]) by r-maa.spacetown.ne.jp (8.11.6) with ESMTP id jA33vKh16625; Thu, 3 Nov 2005 12:57:22 +0900 (JST) Original-To: nickrob@snap.net.nz In-Reply-To: <17257.13304.321155.305236@kahikatea.snap.net.nz> X-Mailer: Mew version 4.2.53 on Emacs 22.0.50 / Mule 5.0 (SAKAKI) 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:45329 Archived-At: > How about keeping the Lisp manual in sync too? > > I guess its tedious to write the documentation twice. Here are two more > examples that I have found, just by searching the ChangeLog on the word > argument: > > 2005-10-16 > > * minibuf.c (Fdisplay_completion_list): Add new optional > argument COMMON_SUBSTRING. Bind `completion-common-substring' > to the optional argument during running `completion-setup-hook'. I wrote about COMMON_SUBSTRING: 2005-10-27 Masatake YAMATO * minibuf.texi (Completion Commands): Write about new optional argument for `display-completion-list'.