From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: rcirc manual Date: Mon, 16 Jan 2006 09:15:26 -0500 Message-ID: References: <87ek3hgunn.fsf@killalla.dreaming> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1137436270 26446 80.91.229.2 (16 Jan 2006 18:31:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Jan 2006 18:31:10 +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 Mon Jan 16 19:31:06 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 1EyZ7p-0006f7-SR for ged-emacs-devel@m.gmane.org; Mon, 16 Jan 2006 19:30:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EyZA8-0006Xu-BI for ged-emacs-devel@m.gmane.org; Mon, 16 Jan 2006 13:33:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EyWqE-00024y-BJ for emacs-devel@gnu.org; Mon, 16 Jan 2006 11:04:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EyW2e-0005Qg-21 for emacs-devel@gnu.org; Mon, 16 Jan 2006 10:13:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EyVDq-0001Gc-1R for emacs-devel@gnu.org; Mon, 16 Jan 2006 09:20:38 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EyVHM-0006Ws-A6 for emacs-devel@gnu.org; Mon, 16 Jan 2006 09:24:16 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EyV8o-0005yM-Ct; Mon, 16 Jan 2006 09:15:26 -0500 Original-To: Eli Zaretskii In-reply-to: (message from Eli Zaretskii on Sun, 15 Jan 2006 21:48:30 +0200) 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:49177 Archived-At: 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?