]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/imenu.el (imenu--index-alist): Add missing dot to the docstring.
authorAndreas Politz <politza@hochschule-trier.de>
Fri, 29 Nov 2013 14:31:20 +0000 (16:31 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Fri, 29 Nov 2013 14:31:20 +0000 (16:31 +0200)
Fixes: debbugs:14029
lisp/ChangeLog
lisp/imenu.el

index ab72f160670e9fdf8cea733e0a208c971b4e5628..ac425d76154939e00a64eee66ce340564f582712 100644 (file)
@@ -1,3 +1,8 @@
+2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
+
+       * imenu.el (imenu--index-alist): Add missing dot to the docstring
+       (Bug#14029).
+
 2013-11-29  Andreas Politz  <politza@fh-trier.de>
        * imenu.el (imenu--subalist-p): Don't error on non-conses and
        allow non-lambda lists as functions.
index 5e03a3a90814409eedc2479e9be6a005835a47ae..e4b92cf24d684df87b63fafc14e8eb46f790afed 100644 (file)
@@ -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.