From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Optional third argument - name not mentioned in docstring Date: Wed, 11 Jan 2006 08:55:56 -0500 Message-ID: References: <43C3DDAD.4030600@student.lu.se> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1137000636 14056 80.91.229.2 (11 Jan 2006 17:30:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Jan 2006 17:30:36 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 11 18:30:26 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 1EwjlC-0001CC-O7 for ged-emacs-devel@m.gmane.org; Wed, 11 Jan 2006 18:27:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EwjnE-0001dv-FV for ged-emacs-devel@m.gmane.org; Wed, 11 Jan 2006 12:29:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ewgw3-0000aO-Gc for emacs-devel@gnu.org; Wed, 11 Jan 2006 09:26:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ewgen-0003VB-4K for emacs-devel@gnu.org; Wed, 11 Jan 2006 09:08:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EwgWP-0001p8-7R for emacs-devel@gnu.org; Wed, 11 Jan 2006 09:00:18 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EwgZ2-0003Z8-ST for emacs-devel@gnu.org; Wed, 11 Jan 2006 09:03:00 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EwgSC-0007O6-2X; Wed, 11 Jan 2006 08:55:56 -0500 Original-To: Lennart Borgman In-reply-to: <43C3DDAD.4030600@student.lu.se> (message from Lennart Borgman on Tue, 10 Jan 2006 17:15:41 +0100) 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:48932 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? It is better to mention the names, but I'd rather not go on a campaign just now to change them all.