* lisp/imenu.el (imenu-flatten): Fix doc about annotation/group limitations.
authorJuri Linkov <juri@linkov.net>
Wed, 7 Aug 2024 16:44:43 +0000 (19:44 +0300)
committerJuri Linkov <juri@linkov.net>
Wed, 7 Aug 2024 16:44:43 +0000 (19:44 +0300)
lisp/imenu.el

index 708a39a0f7153830a19dbdb9f1361d54b97051e9..8f1b1f22a67a2f4d87060016430cfd7ab1b0a13e 100644 (file)
@@ -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