emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Double hyphens in variable names.


From: Eli Zaretskii
Subject: Re: Double hyphens in variable names.
Date: 02 Oct 2003 07:55:08 +0200

> From: Lute Kamstra <address@hidden>
> 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).





reply via email to

[Prev in Thread] Current Thread [Next in Thread]