summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2021-08-17 15:47:10 +0300
committerEli Zaretskii <eliz@gnu.org>2021-08-17 15:47:10 +0300
commit54039d721c5b7fd210a79dc641914cba8fc82185 (patch)
tree52c3b9d7307c156e7e0987d2c6c24fdb40a3eab8
parentb960e1aea27a9fcc7c6fe0c315cfb9cd0e8025aa (diff)
downloademacs-54039d721c5b7fd210a79dc641914cba8fc82185.tar.gz
; * etc/NEWS: Fix wording of a recently added entry.
-rw-r--r--etc/NEWS9
1 files changed, 5 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3f95d175e0f..1b4712828c5 100644
--- 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.