From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: wdired-use-dired-vertical-movement docstring improvements Date: Mon, 05 Nov 2007 21:15:45 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1194315401 16553 80.91.229.12 (6 Nov 2007 02:16:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Nov 2007 02:16:41 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: "Chris Moore" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 06 03:16:44 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IpDzf-0002Ef-AM for ged-emacs-devel@m.gmane.org; Tue, 06 Nov 2007 03:16:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpDzU-0001Lq-Ha for ged-emacs-devel@m.gmane.org; Mon, 05 Nov 2007 21:16:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IpDyl-0000dX-Ed for emacs-devel@gnu.org; Mon, 05 Nov 2007 21:15:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IpDyj-0000bt-SF for emacs-devel@gnu.org; Mon, 05 Nov 2007 21:15:46 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpDyj-0000bi-K1 for emacs-devel@gnu.org; Mon, 05 Nov 2007 21:15:45 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IpDyj-0007L3-I3 for emacs-devel@gnu.org; Mon, 05 Nov 2007 21:15:45 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IpDyj-0003cU-3W; Mon, 05 Nov 2007 21:15:45 -0500 In-reply-to: (christopher.ian.moore@gmail.com) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:82610 gmane.emacs.pretest.bugs:20245 Archived-At: `sometimes' is missing its closing quote, and the docstring talks about "if `track-eol' is honored" - well, isn't it always honored, like all variables are? Maybe the "if" is the error. Maybe what it should say is "in addition, this obeys `track-eol'." What does the code say?