diff options
| author | Lars Ingebrigtsen | 2021-09-13 12:56:15 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2021-09-13 12:56:15 +0200 |
| commit | 494403f4e0efe898c9dc640b33df338c04abb393 (patch) | |
| tree | 062967a53e2b7b07ead9954c4880f3da17fadb00 | |
| parent | acc575846d13cf6d925116edccb9f213f1adf1be (diff) | |
| download | emacs-494403f4e0efe898c9dc640b33df338c04abb393.tar.gz emacs-494403f4e0efe898c9dc640b33df338c04abb393.zip | |
Correct nroff-mode NEWS entry after `M-o' changes
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -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'. |
| 2961 | This is to keep the same behavior as Eshell. | 2961 | This 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. | ||
| 2964 | The original key binding was 'M-s', which interfered with I-search, | 2965 | The original key binding was 'M-s', which interfered with I-search, |
| 2965 | since the latter uses 'M-s' as a prefix key of the search prefix map. | 2966 | since the latter uses 'M-s' as a prefix key of the search prefix map. |
| 2966 | 2967 | ||