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: Documenting NEWS features for 25.1 Date: Fri, 25 Dec 2015 16:24:49 +0200 Message-ID: <83poxuli6m.fsf@gnu.org> References: <20151212115202.16784.72345@vcs.savannah.gnu.org> <83poy82xe0.fsf@gnu.org> <834mfj36ij.fsf@gnu.org> <83vb7y1yqg.fsf@gnu.org> <83oadq1wdq.fsf@gnu.org> <8360zrsoct.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1451053610 8829 80.91.229.3 (25 Dec 2015 14:26:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Dec 2015 14:26:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: Shakthi Kannan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 25 15:26:49 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aCTKS-0002mF-1B for ged-emacs-devel@m.gmane.org; Fri, 25 Dec 2015 15:26:48 +0100 Original-Received: from localhost ([::1]:35526 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCTKR-0005HY-Bv for ged-emacs-devel@m.gmane.org; Fri, 25 Dec 2015 09:26:47 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCTHv-0000p5-1n for emacs-devel@gnu.org; Fri, 25 Dec 2015 09:24:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aCTHr-0007zM-1f for emacs-devel@gnu.org; Fri, 25 Dec 2015 09:24:10 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:50750) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCTHq-0007zI-Ui; Fri, 25 Dec 2015 09:24:06 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3723 helo=HOME-C4E4A596F7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aCTHq-0008EM-E1; Fri, 25 Dec 2015 09:24:06 -0500 In-reply-to: (message from Shakthi Kannan on Thu, 24 Dec 2015 22:19:33 +0530) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:196826 Archived-At: > Date: Thu, 24 Dec 2015 22:19:33 +0530 > From: Shakthi Kannan > Cc: Emacs developers > > Is the attached documentation change fine? Yes, with one minor comment: > +You can also redirect the above output to a log file, say > +@code{output.log}, and use the ^^^^^^^^^^^^^^^^^ Please use the @file markup for file names, not @code. Other than that, LGTM. Thanks!