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...).
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