From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Geoff Gole Newsgroups: gmane.emacs.devel Subject: Re: weird documentation Date: Tue, 3 Mar 2009 21:47:05 +0900 Message-ID: References: <49AD1B98.2000700@gnu.org> <49AD1CC7.5070203@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1236084447 28789 80.91.229.12 (3 Mar 2009 12:47:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Mar 2009 12:47:27 +0000 (UTC) To: Jason Rumney , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 03 13:48:44 2009 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 1LeU39-0008Ud-TU for ged-emacs-devel@m.gmane.org; Tue, 03 Mar 2009 13:48:44 +0100 Original-Received: from localhost ([127.0.0.1]:37388 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LeU1m-0005U3-Mu for ged-emacs-devel@m.gmane.org; Tue, 03 Mar 2009 07:47:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LeU1h-0005SP-Px for emacs-devel@gnu.org; Tue, 03 Mar 2009 07:47:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LeU1g-0005Qw-5q for emacs-devel@gnu.org; Tue, 03 Mar 2009 07:47:13 -0500 Original-Received: from [199.232.76.173] (port=56098 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LeU1f-0005Ql-T5 for emacs-devel@gnu.org; Tue, 03 Mar 2009 07:47:11 -0500 Original-Received: from rv-out-0506.google.com ([209.85.198.236]:9622) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LeU1e-0005Gd-Hh; Tue, 03 Mar 2009 07:47:10 -0500 Original-Received: by rv-out-0506.google.com with SMTP id g9so305959rvb.2 for ; Tue, 03 Mar 2009 04:47:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=IhLm04bysqOzU/cQ+EgNOkJzhFqVaRIbBY+dFfqnBqM=; b=Uqj3DM6K8ap8JiiR+oTzAIoZ/SjHeoxz0eEYVfXgGA0/FrPSmm7k4QQvjylL8+HIbF 8dSphx1FZa+sfCfqkVgDbFuzp7InBEGKLnWsyVIAMXhxvr3VopVH3wlyiym4qYvUQJaT pAKn0F6GDBD33aMXyshNfcUiPyc24eO0c0cEc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=YGrkfMeV3Ikl2q7Ar87pbYSWKfQhcM9GvD3MbvaWxnMK5iCWGjVWrYA8wqQ+bgitMc zIK/m1+QiD4/EeUoQOQfPPX3Dns92zDEwEj++Pw9f4Y8uNv8LCaR2OzfxAA6M5OtV1be eXof75RKrCpufts8IpPWTqpXaGwDPc3Ui+O+I= Original-Received: by 10.142.53.19 with SMTP id b19mr3599813wfa.154.1236084425451; Tue, 03 Mar 2009 04:47:05 -0800 (PST) In-Reply-To: <49AD1CC7.5070203@gnu.org> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:109404 Archived-At: > Old DOC file perhaps? The variable has not had that docstring on Windows at least since it was moved to w32-vars.el in 2002. There's a defcustom in lisp/term/pc-win.el with that docstring.