From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: doc string for shell-file-name incorrect for w32 Date: Sat, 23 Dec 2006 01:50:34 +0200 Message-ID: References: <4589B17B.2090104@student.lu.se> Reply-To: Eli Zaretskii NNTP-Posting-Host: dough.gmane.org X-Trace: sea.gmane.org 1166831460 27303 80.91.229.10 (22 Dec 2006 23:51:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 22 Dec 2006 23:51:00 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 23 00:50:59 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GxuAE-00059A-IX for ged-emacs-devel@m.gmane.org; Sat, 23 Dec 2006 00:50:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GxuAE-0001q8-2O for ged-emacs-devel@m.gmane.org; Fri, 22 Dec 2006 18:50:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gxu9s-0001nd-4z for emacs-devel@gnu.org; Fri, 22 Dec 2006 18:50:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gxu9p-0001lD-R4 for emacs-devel@gnu.org; Fri, 22 Dec 2006 18:50:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gxu9o-0001kS-U1 for emacs-devel@gnu.org; Fri, 22 Dec 2006 18:50:33 -0500 Original-Received: from [192.114.186.73] (helo=heller.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gxu9o-0002eh-94 for emacs-devel@gnu.org; Fri, 22 Dec 2006 18:50:32 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-74-14.inter.net.il [80.230.74.14]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id BIK06210 (AUTH halo1); Sat, 23 Dec 2006 01:50:29 +0200 (IST) Original-To: Lennart Borgman In-reply-to: <4589B17B.2090104@student.lu.se> (message from Lennart Borgman on Wed, 20 Dec 2006 22:56:11 +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:64141 Archived-At: > Date: Wed, 20 Dec 2006 22:56:11 +0100 > From: Lennart Borgman > > It is a bit incorrect. If the SHELL env var is not found it is still > initialized to a non-nil value. Actually, in the w32 case the doc string is 100% correct, since SHELL is set at startup. I fixed the doc string.