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: ido.el doc fixes Date: Mon, 28 Feb 2011 23:03:21 +0200 Message-ID: <83tyfnna7a.fsf@gnu.org> References: <4D6BF24D.50805@gmail.com> <83y650m02y.fsf@gnu.org> <86ei6r51ph.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1298927012 2298 80.91.229.12 (28 Feb 2011 21:03:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 Feb 2011 21:03:32 +0000 (UTC) Cc: emacs-devel@gnu.org To: Christoph Scholtes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 28 22:03:27 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 1PuAFW-0008Tr-V8 for ged-emacs-devel@m.gmane.org; Mon, 28 Feb 2011 22:03:23 +0100 Original-Received: from localhost ([127.0.0.1]:58402 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuAFW-0001zW-Bs for ged-emacs-devel@m.gmane.org; Mon, 28 Feb 2011 16:03:22 -0500 Original-Received: from [140.186.70.92] (port=55772 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuAFQ-0001xA-ME for emacs-devel@gnu.org; Mon, 28 Feb 2011 16:03:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PuAFP-0000tb-PQ for emacs-devel@gnu.org; Mon, 28 Feb 2011 16:03:16 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:55792) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PuAFP-0000tU-Ii; Mon, 28 Feb 2011 16:03:15 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LHC00K00I9K3J00@a-mtaout22.012.net.il>; Mon, 28 Feb 2011 23:03:12 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.126.183.216]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LHC00KZZIHB1710@a-mtaout22.012.net.il>; Mon, 28 Feb 2011 23:03:12 +0200 (IST) In-reply-to: <86ei6r51ph.fsf@gmail.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.172 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:136621 Archived-At: > From: Christoph Scholtes > Date: Mon, 28 Feb 2011 13:44:10 -0700 > Cc: emacs-devel@gnu.org > > 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. "C-x 4 a" knows how to concatenate several symbols. You just need to leave point after the closing parenthesis. Like so: first C-x 4 a inserts this: * ido.el (ido-everywhere): ^ leaving point where I indicated. Then the next C-x 4 a adds another symbol: * ido.el (ido-everywhere, ido-mode): ^ Now you are ready to type "Doc fixes.".