From 7efb806d46b13b5efbfe04f94000535949ca8dff Mon Sep 17 00:00:00 2001 From: Andreas Politz Date: Fri, 29 Nov 2013 16:31:20 +0200 Subject: [PATCH] * lisp/imenu.el (imenu--index-alist): Add missing dot to the docstring. Fixes: debbugs:14029 --- lisp/ChangeLog | 5 +++++ lisp/imenu.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ab72f160670..ac425d76154 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-11-29 Andreas Politz + + * imenu.el (imenu--index-alist): Add missing dot to the docstring + (Bug#14029). + 2013-11-29 Andreas Politz * imenu.el (imenu--subalist-p): Don't error on non-conses and allow non-lambda lists as functions. 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. -- 2.39.2