From 3e30c779a7035fc99d6a787706bc04ff01868a66 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Wed, 7 Aug 2024 19:44:43 +0300 Subject: [PATCH] * lisp/imenu.el (imenu-flatten): Fix doc about annotation/group limitations. --- lisp/imenu.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/imenu.el b/lisp/imenu.el index 708a39a0f71..8f1b1f22a67 100644 --- a/lisp/imenu.el +++ b/lisp/imenu.el @@ -158,6 +158,9 @@ If the value is `annotation', annotate each completion candidate with a suffix that is the section name to which it belongs. If the value is `group', split completion candidates into groups according to the sections. +Since the values `annotation' and `group' rely on text properties, +you can use them only by selecting candidates from the completions +buffer, not by typing in the minibuffer. Any other value is treated as `prefix'. The value of `imenu-level-separator', a string, is used to separate