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: Juri Linkov
Subject: Re: Double hyphens in variable names.
Date: 07 Oct 2003 02:19:14 +0300
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Now Imenu is documented properly, but I want to suggest you to make
small corrections:

1. Documentation mentions the default value of
   imenu-create-index-function and even describes this function,
   but it don't tell the name of default function.
   You could add the default function name, i.e.:

- The default value of `imenu-create-index-function' is a function
- that uses `imenu-prev-index-position-function' and
+ The default value of `imenu-create-index-function' is the function
+ `imenu-default-create-index-function' that uses
+ `imenu-prev-index-position-function' and

2. Index name in `(INDEX-NAME SUB-ALIST)' actually refers to MENU-TITLE
   described above in the same Info node.  So you could change it to
   the same name, i.e.:

-          (INDEX-NAME SUB-ALIST)
+          (MENU-TITLE SUB-ALIST)

-- 
http://www.jurta.org/emacs/





reply via email to

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