]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/imenu.el (imenu--index-alist): Update docstring.
authorEshel Yaron <me@eshelyaron.com>
Tue, 27 Aug 2024 11:23:54 +0000 (13:23 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 4 Sep 2024 07:51:36 +0000 (09:51 +0200)
lisp/imenu.el

index fa29b17d2e39b2d70ba8e55d286ceeb0f84292c9..271fedbd97c40fffb591b3faded5ce06446abd00 100644 (file)
@@ -304,8 +304,7 @@ POSITION is the buffer position of the item; to go to the item
 is simply to move point to that position.
 
 POSITION is passed to `imenu-default-goto-function', so it can be
-a non-number if that variable has been changed (e.g. Semantic
-uses overlays for POSITIONs).
+a non-number if that variable has been changed.
 
 Special elements look like
 \(INDEX-NAME POSITION FUNCTION ARGUMENTS...).
@@ -314,10 +313,7 @@ INDEX-NAME, POSITION, and the ARGUMENTS.
 
 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.
-
-There is one simple element with negative POSITION; selecting that
-element recalculates the buffer's index alist.")
+if it is a sub-alist.")
 ;;;###autoload(put 'imenu--index-alist 'risky-local-variable t)
 
 (defvar-local imenu--last-menubar-index-alist nil