From: Basil L. Contovounesios Date: Mon, 13 May 2024 07:58:50 +0000 (+0200) Subject: ; Tweak last docstring addition in lisp/imenu.el. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c0729b72376f182c54fe2a28fc7b2aa9f5f86dba;p=emacs.git ; Tweak last docstring addition in lisp/imenu.el. (cherry picked from commit af27ecbf1556af8a428b367cdc26ec4c706df4a0) --- diff --git a/lisp/imenu.el b/lisp/imenu.el index 93a544ff550..2b1d4f5ce85 100644 --- a/lisp/imenu.el +++ b/lisp/imenu.el @@ -100,7 +100,7 @@ If `on-mouse' use a popup menu when `imenu' was invoked with the mouse." (other :tag "Always" t))) (defcustom imenu-eager-completion-buffer t - "If non-nil, eagerly popup the completion buffer." + "If non-nil, eagerly pop up the completion buffer." :type 'boolean :version "22.1") @@ -148,7 +148,7 @@ Used for flattening nested indexes with name concatenation." (defcustom imenu-flatten nil "Whether to flatten the list of sections in an imenu or show it nested. If nil, use nested indexes. -If t, popup the completion buffer with a flattened menu. +If t, pop up the completion buffer with a flattened menu. If `annotation', use completion annotation as a suffix to append section names after the index names.