aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2021-09-13 12:56:15 +0200
committerLars Ingebrigtsen2021-09-13 12:56:15 +0200
commit494403f4e0efe898c9dc640b33df338c04abb393 (patch)
tree062967a53e2b7b07ead9954c4880f3da17fadb00
parentacc575846d13cf6d925116edccb9f213f1adf1be (diff)
downloademacs-494403f4e0efe898c9dc640b33df338c04abb393.tar.gz
emacs-494403f4e0efe898c9dc640b33df338c04abb393.zip
Correct nroff-mode NEWS entry after `M-o' changes
-rw-r--r--etc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index da1ca697676..42c9f61b3b9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2960,7 +2960,8 @@ directory instead of the default directory.
2960** 'project-shell' and 'shell' now use 'pop-to-buffer-same-window'. 2960** 'project-shell' and 'shell' now use 'pop-to-buffer-same-window'.
2961This is to keep the same behavior as Eshell. 2961This is to keep the same behavior as Eshell.
2962 2962
2963** In 'nroff-mode', 'center-line' is now bound to 'M-o M-s'. 2963---
2964** In 'nroff-mode', 'center-line' is no longer bound to a key.
2964The original key binding was 'M-s', which interfered with I-search, 2965The original key binding was 'M-s', which interfered with I-search,
2965since the latter uses 'M-s' as a prefix key of the search prefix map. 2966since the latter uses 'M-s' as a prefix key of the search prefix map.
2966 2967