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: rcirc manual Date: Sat, 21 Jan 2006 15:01:57 +0200 Message-ID: References: <87ek3hgunn.fsf@killalla.dreaming> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1137851214 6066 80.91.229.2 (21 Jan 2006 13:46:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Jan 2006 13:46:54 +0000 (UTC) Cc: bob@rattlesnake.com, emacs-devel@gnu.org, karl@freefriends.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 21 14:46:51 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F0J4r-0002xp-JR for ged-emacs-devel@m.gmane.org; Sat, 21 Jan 2006 14:46:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F0J5c-00016F-KN for ged-emacs-devel@m.gmane.org; Sat, 21 Jan 2006 08:47:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F0IQE-0004l1-S3 for emacs-devel@gnu.org; Sat, 21 Jan 2006 08:04:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F0IQA-0004i2-Pb for emacs-devel@gnu.org; Sat, 21 Jan 2006 08:04:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F0IQ9-0004h7-TY for emacs-devel@gnu.org; Sat, 21 Jan 2006 08:04:46 -0500 Original-Received: from [192.114.186.17] (helo=gandalf.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1F0IUR-0007b5-3Y; Sat, 21 Jan 2006 08:09:11 -0500 Original-Received: from nitzan.inter.net.il (nitzan.inter.net.il [192.114.186.20]) by gandalf.inter.net.il (MOS 3.7.1-GA) with ESMTP id HQI10576; Sat, 21 Jan 2006 15:01:57 +0200 (IST) Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-209-17.inter.net.il [83.130.209.17]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id CNG14302 (AUTH halo1); Sat, 21 Jan 2006 15:01:50 +0200 (IST) Original-To: rms@gnu.org In-reply-to: (rms@gnu.org) 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:49354 Archived-At: > From: "Richard M. Stallman" > CC: bob@rattlesnake.com, karl@freefriends.org, emacs-devel@gnu.org > Date: Mon, 16 Jan 2006 09:15:26 -0500 > > That's mostly true, but the manual also has @kbd{TAB} and @kbd{C-c TAB}, > for example. > > All the occurrences of @kbd{TAB} should be @key{TAB}, except for > this one > > vip.texi:1571:@kindex 011 @kbd{TAB} (@code{indent-for-tab-command}) > > which should be just TAB (we don't use @key in index entries, > and @kbd inside @kindex is redundant). > > Could you fix them? > > Both occurrences of @kbd{C-c TAB} should be @kbd{C-c @key{TAB}}. > Would you please fix them? Done.