From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: log-view documentation Date: Wed, 23 Nov 2005 21:08:31 +1300 Message-ID: <17284.9087.508309.641956@kahikatea.snap.net.nz> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1132733534 8115 80.91.229.2 (23 Nov 2005 08:12:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 23 Nov 2005 08:12:14 +0000 (UTC) Cc: "Aaron S. Hawley" , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 23 09:12:10 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EepiC-000689-IQ for ged-emacs-devel@m.gmane.org; Wed, 23 Nov 2005 09:10:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eepi9-0001gk-8c for ged-emacs-devel@m.gmane.org; Wed, 23 Nov 2005 03:10:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EepgN-0001ga-5S for emacs-devel@gnu.org; Wed, 23 Nov 2005 03:08:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EepgH-0001g6-7j for emacs-devel@gnu.org; Wed, 23 Nov 2005 03:08:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EepgF-0001fw-HI for emacs-devel@gnu.org; Wed, 23 Nov 2005 03:08:39 -0500 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EepgE-0000zc-29; Wed, 23 Nov 2005 03:08:38 -0500 Original-Received: from kahikatea.snap.net.nz (p17-tnt2.snap.net.nz [202.124.108.17]) by viper.snap.net.nz (Postfix) with ESMTP id BB0EB731158; Wed, 23 Nov 2005 21:08:31 +1300 (NZDT) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 500) id 617EA8425; Wed, 23 Nov 2005 21:08:32 +1300 (NZDT) Original-To: rms@gnu.org In-Reply-To: X-Mailer: VM 7.19 under Emacs 22.0.50.3 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:46470 Archived-At: Richard M. Stallman writes: > Thanks for writing text to document log-view mode. > > +@itemize @bullet > + > +@item > +Pressing @kbd{p} moves to the previous revision of the file. It also > > Our style is to use @table @kbd for this. > > Please look at other such lists in the manual > to see the proper style, especially for index entries > and for giving the names of the commands. I would guess he has looked at other lists in the manual. The above style is currently used for vc-annotate (Node: Old Versions). Nick