aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2024-08-07 19:44:43 +0300
committerJuri Linkov2024-08-07 19:44:43 +0300
commit3e30c779a7035fc99d6a787706bc04ff01868a66 (patch)
treecd3e21ac60abf4525fc502396a9e967a1de55fb3
parent09d2125a7fd9ac03bc8d381ac275db8f1589f464 (diff)
downloademacs-3e30c779a7035fc99d6a787706bc04ff01868a66.tar.gz
emacs-3e30c779a7035fc99d6a787706bc04ff01868a66.zip
* lisp/imenu.el (imenu-flatten): Fix doc about annotation/group limitations.
-rw-r--r--lisp/imenu.el3
1 files changed, 3 insertions, 0 deletions
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
158with a suffix that is the section name to which it belongs. 158with a suffix that is the section name to which it belongs.
159If the value is `group', split completion candidates into groups 159If the value is `group', split completion candidates into groups
160according to the sections. 160according to the sections.
161Since the values `annotation' and `group' rely on text properties,
162you can use them only by selecting candidates from the completions
163buffer, not by typing in the minibuffer.
161Any other value is treated as `prefix'. 164Any other value is treated as `prefix'.
162 165
163The value of `imenu-level-separator', a string, is used to separate 166The value of `imenu-level-separator', a string, is used to separate