1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

Correct nroff-mode NEWS entry after `M-o' changes

This commit is contained in:
Lars Ingebrigtsen 2021-09-13 12:56:15 +02:00
parent acc575846d
commit 494403f4e0

View file

@ -2960,7 +2960,8 @@ directory instead of the default directory.
** 'project-shell' and 'shell' now use 'pop-to-buffer-same-window'.
This is to keep the same behavior as Eshell.
** In 'nroff-mode', 'center-line' is now bound to 'M-o M-s'.
---
** In 'nroff-mode', 'center-line' is no longer bound to a key.
The original key binding was 'M-s', which interfered with I-search,
since the latter uses 'M-s' as a prefix key of the search prefix map.