emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master af27ecbf155: ; Tweak last docstring addition in lisp/imenu.el.


From: Basil L. Contovounesios
Subject: master af27ecbf155: ; Tweak last docstring addition in lisp/imenu.el.
Date: Mon, 13 May 2024 03:59:46 -0400 (EDT)

branch: master
commit af27ecbf1556af8a428b367cdc26ec4c706df4a0
Author: Basil L. Contovounesios <basil@contovou.net>
Commit: Basil L. Contovounesios <basil@contovou.net>

    ; Tweak last docstring addition in lisp/imenu.el.
---
 lisp/imenu.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]