diff options
| author | Juri Linkov | 2024-08-07 19:44:43 +0300 |
|---|---|---|
| committer | Juri Linkov | 2024-08-07 19:44:43 +0300 |
| commit | 3e30c779a7035fc99d6a787706bc04ff01868a66 (patch) | |
| tree | cd3e21ac60abf4525fc502396a9e967a1de55fb3 | |
| parent | 09d2125a7fd9ac03bc8d381ac275db8f1589f464 (diff) | |
| download | emacs-3e30c779a7035fc99d6a787706bc04ff01868a66.tar.gz emacs-3e30c779a7035fc99d6a787706bc04ff01868a66.zip | |
* lisp/imenu.el (imenu-flatten): Fix doc about annotation/group limitations.
| -rw-r--r-- | lisp/imenu.el | 3 |
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 | |||
| 158 | with a suffix that is the section name to which it belongs. | 158 | with a suffix that is the section name to which it belongs. |
| 159 | If the value is `group', split completion candidates into groups | 159 | If the value is `group', split completion candidates into groups |
| 160 | according to the sections. | 160 | according to the sections. |
| 161 | Since the values `annotation' and `group' rely on text properties, | ||
| 162 | you can use them only by selecting candidates from the completions | ||
| 163 | buffer, not by typing in the minibuffer. | ||
| 161 | Any other value is treated as `prefix'. | 164 | Any other value is treated as `prefix'. |
| 162 | 165 | ||
| 163 | The value of `imenu-level-separator', a string, is used to separate | 166 | The value of `imenu-level-separator', a string, is used to separate |