From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Info - some notes about customization Date: Sun, 05 Dec 2004 20:40:24 -0500 Message-ID: References: <075201c4d9a0$9e3d0390$0200a8c0@sedrcw11488> <87mzwstx4z.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1102297449 28704 80.91.229.6 (6 Dec 2004 01:44:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Dec 2004 01:44:09 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, eliz@gnu.org, karl@freefriends.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 06 02:44:04 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cb7v1-0004QD-00 for ; Mon, 06 Dec 2004 02:44:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cb84k-0002az-M5 for ged-emacs-devel@m.gmane.org; Sun, 05 Dec 2004 20:54:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Cb84U-0002a5-Vz for emacs-devel@gnu.org; Sun, 05 Dec 2004 20:53:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Cb84T-0002Z8-CM for emacs-devel@gnu.org; Sun, 05 Dec 2004 20:53:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cb84T-0002Z5-9u for emacs-devel@gnu.org; Sun, 05 Dec 2004 20:53:49 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cb7ud-0006AJ-QI for emacs-devel@gnu.org; Sun, 05 Dec 2004 20:43:39 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Cb7rU-000168-Ab; Sun, 05 Dec 2004 20:40:24 -0500 Original-To: Juri Linkov In-reply-to: <87mzwstx4z.fsf@jurta.org> (message from Juri Linkov on Sun, 05 Dec 2004 20:31:24 +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: main.gmane.org gmane.emacs.devel:30734 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30734 The node "Command Arguments" can't be renamed because then the standalone Info reader will fail to find this node with its -O, --show-options, --usage option. I didn't know that. It looks for the following names: "%s invocation", "Invoking %s", "Preliminaries", /* m4 has Invoking under Preliminaries! */ ... I renamed it to Emacs Invocation, to follow the usual standard.