projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acc5758
)
Correct nroff-mode NEWS entry after `M-o' changes
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 13 Sep 2021 10:56:15 +0000
(12:56 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 13 Sep 2021 10:56:15 +0000
(12:56 +0200)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index da1ca697676ae03cdff21143ad2305ae8b52ff80..42c9f61b3b9a9668eb356ab02e351c6c15fe4769 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-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.