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: Optional third argument - name not mentioned in docstring Date: Tue, 10 Jan 2006 17:15:41 +0100 Message-ID: <43C3DDAD.4030600@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 1136915396 20570 80.91.229.2 (10 Jan 2006 17:49:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 10 Jan 2006 17:49:56 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 10 18:49:51 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EwNcx-0003Aw-Mx for ged-emacs-devel@m.gmane.org; Tue, 10 Jan 2006 18:49:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EwNex-0001ZZ-1l for ged-emacs-devel@m.gmane.org; Tue, 10 Jan 2006 12:51:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EwMC1-000569-RZ for emacs-devel@gnu.org; Tue, 10 Jan 2006 11:17:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EwMBw-00054M-0N for emacs-devel@gnu.org; Tue, 10 Jan 2006 11:17:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EwMBv-00053r-3D for emacs-devel@gnu.org; Tue, 10 Jan 2006 11:17:47 -0500 Original-Received: from [81.228.11.159] (helo=pne-smtpout2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EwMEO-00038L-Mm for emacs-devel@gnu.org; Tue, 10 Jan 2006 11:20:20 -0500 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout2-sn1.fre.skanova.net (7.2.069.1) id 43C38F820001E25B for emacs-devel@gnu.org; Tue, 10 Jan 2006 17:15:42 +0100 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: Emacs Devel 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:48909 Archived-At: In the doc strings for `search-forward' and `search-backward' the argument names "bound" etc are not mentioned. Instead the doc strings just says: Optional third argument, if t, ... Should not the names be mentioned?