From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Scholtes Newsgroups: gmane.emacs.devel Subject: Re: ido.el doc fixes Date: Mon, 28 Feb 2011 13:44:10 -0700 Message-ID: <86ei6r51ph.fsf@gmail.com> References: <4D6BF24D.50805@gmail.com> <83y650m02y.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1298926933 1801 80.91.229.12 (28 Feb 2011 21:02:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 Feb 2011 21:02:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 28 22:02:05 2011 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.69) (envelope-from ) id 1PuAEG-0007jY-HD for ged-emacs-devel@m.gmane.org; Mon, 28 Feb 2011 22:02:04 +0100 Original-Received: from localhost ([127.0.0.1]:53176 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pu9zx-0003z4-HT for ged-emacs-devel@m.gmane.org; Mon, 28 Feb 2011 15:47:17 -0500 Original-Received: from [140.186.70.92] (port=46850 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pu9zj-0003w2-M8 for emacs-devel@gnu.org; Mon, 28 Feb 2011 15:47:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pu9xA-0005SD-7E for emacs-devel@gnu.org; Mon, 28 Feb 2011 15:44:25 -0500 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:55606) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pu9x8-0005Rh-M8; Mon, 28 Feb 2011 15:44:22 -0500 Original-Received: by vws13 with SMTP id 13so4448937vws.0 for ; Mon, 28 Feb 2011 12:44:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:in-reply-to:references :user-agent:date:message-id:mime-version:content-type; bh=G/EgjUMfR3b3gxkVB0pKXwcb7zRYS09OkOuHQFBteJ8=; b=reGHs7Rd98IalK4MNI84teYFcCxsxX+l0JRoidO6cvyvLYQ+iG8D6StlJTPncbyhXd aFe4KLHErtPrOrfdDawj30Xs70gXGmzI/ZFXPW3HMBX+04ObUiEUCiC1Uj7TKgITI6OG 5BHwNUkGfmyNKV03IUJxdfaWSHITQW76cC+UY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; b=PwDYbjOoNdjUNq9ITOUOgzqetil0yUkulztg2jzrGMdWyfYg5vaIYtn25PHJJfeIhm eSBtEpjq+199k6YAeOGgBgKP9EgSXlBsFEZeCsM9BKwNvMCGd3XdCTFa7InIL16fMijL 55q1SLdraGDj0zA0ofx8rrEwirYitanhBP/Xg= Original-Received: by 10.52.164.227 with SMTP id yt3mr10082408vdb.103.1298925857980; Mon, 28 Feb 2011 12:44:17 -0800 (PST) Original-Received: from localhost (71-208-196-89.hlrn.qwest.net [71.208.196.89]) by mx.google.com with ESMTPS id r20sm1824461vcf.10.2011.02.28.12.44.16 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 28 Feb 2011 12:44:17 -0800 (PST) In-Reply-To: (Glenn Morris's message of "Mon, 28 Feb 2011 15:01:21 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.212.41 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:136620 Archived-At: Glenn Morris writes: > And might as well condense it to: > > * ido.el (ido-everywhere, ido-mode): Doc fix. I was using `C-x 4 a', but I'll remember that for next time. Christoph