]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Fix wording of a recently added entry.
authorEli Zaretskii <eliz@gnu.org>
Tue, 17 Aug 2021 12:47:10 +0000 (15:47 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 17 Aug 2021 12:47:10 +0000 (15:47 +0300)
etc/NEWS

index 3f95d175e0f9620223507972c9703df8bac70e3c..1b4712828c59a71b84f3b18982a7b01b0dc20b05 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -384,11 +384,12 @@ onto 'file-name-history'.
 ** Menus
 
 +++
-*** New mode 'context-menu-mode' for a context menu bound to 'mouse-3'.
+*** New minor mode 'context-menu-mode' for context menus popped by 'mouse-3'.
 When this mode is enabled, clicking 'down-mouse-3' anywhere in the buffer
-pops up a context menu whose contents depends on surrounding context
-near the mouse click.  You can customize the order of the default submenus
-in the context menu by customizing the user option 'context-menu-functions'.
+pops up a menu whose contents depends on surrounding context near the
+mouse click.  You can customize the order of the default sub-menus in
+the context menu by customizing the user option
+'context-menu-functions'.
 
 +++
 *** The "Edit => Clear" menu item now obeys a rectangular region.