]> git.eshelyaron.com Git - emacs.git/commitdiff
; Tweak last docstring addition in lisp/imenu.el.
authorBasil L. Contovounesios <basil@contovou.net>
Mon, 13 May 2024 07:58:50 +0000 (09:58 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 13 May 2024 08:39:07 +0000 (10:39 +0200)
(cherry picked from commit af27ecbf1556af8a428b367cdc26ec4c706df4a0)

lisp/imenu.el

index 93a544ff55015eeaebb5ee9aec8eddd1d5d6efc7..2b1d4f5ce8546273c09f8e11d31b2f9dc1e38dfd 100644 (file)
@@ -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.