diff options
author | Andreas Politz <politza@hochschule-trier.de> | 2013-11-29 16:31:20 +0200 |
---|---|---|
committer | Dmitry Gutov <dgutov@yandex.ru> | 2013-11-29 16:31:20 +0200 |
commit | 7efb806d46b13b5efbfe04f94000535949ca8dff (patch) | |
tree | 9d148db5477198da44985bd5b4d3ba2e207d1e49 /lisp/imenu.el | |
parent | 88ec1a4af728414936427bdac5dd07c91d4ce6ca (diff) | |
download | emacs-7efb806d46b13b5efbfe04f94000535949ca8dff.tar.gz |
* lisp/imenu.el (imenu--index-alist): Add missing dot to the docstring.
Fixes: debbugs:14029
Diffstat (limited to 'lisp/imenu.el')
-rw-r--r-- | lisp/imenu.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/imenu.el b/lisp/imenu.el index 5e03a3a9081..e4b92cf24d6 100644 --- a/lisp/imenu.el +++ b/lisp/imenu.el @@ -463,7 +463,7 @@ Special elements look like (INDEX-NAME POSITION FUNCTION ARGUMENTS...). To \"go to\" a special element means applying FUNCTION to INDEX-NAME, POSITION, and the ARGUMENTS. -A nested sub-alist element looks like (INDEX-NAME SUB-ALIST). +A nested sub-alist element looks like (INDEX-NAME . SUB-ALIST). The function `imenu--subalist-p' tests an element and returns t if it is a sub-alist. |