From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Double hyphens in variable names. Date: 02 Oct 2003 07:55:08 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1065070727 30509 80.91.224.253 (2 Oct 2003 04:58:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Oct 2003 04:58:47 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Oct 02 06:58:45 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A4vY5-0006d9-00 for ; Thu, 02 Oct 2003 06:58:45 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A4vY5-00054L-00 for ; Thu, 02 Oct 2003 06:58:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A4vWA-0003BB-Rx for emacs-devel@quimby.gnus.org; Thu, 02 Oct 2003 00:56:46 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A4vTq-0002PM-83 for emacs-devel@gnu.org; Thu, 02 Oct 2003 00:54:22 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A4vTC-0002A8-TY for emacs-devel@gnu.org; Thu, 02 Oct 2003 00:54:13 -0400 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1A4vSf-00024M-DA; Thu, 02 Oct 2003 00:53:09 -0400 Original-To: Lute Kamstra In-reply-to: (message from Lute Kamstra on Wed, 01 Oct 2003 15:53:12 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16852 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16852 > From: Lute Kamstra > Date: Wed, 01 Oct 2003 15:53:12 +0200 > > I'm trying to document the variable `imenu--index-alist' in the Lisp > Reference Manual. When I write this in the Texinfo source file: > > @defvar imenu--index-alist > > Texinfo produces an info file that has this: > > - Variable: imenu-index-alist > > Note that the double hyphen is reduced to a single hyphen. Am I > missing something, or is this a bug in Texinfo? Not a bug, but a feature. See the node "Conventions" in the Texinfo manual. In this case, you want to say @defvar imenu---index-alist (three dashes in a row).