]> git.eshelyaron.com Git - emacs.git/commitdiff
; Improve a recent change in NEWS
authorEli Zaretskii <eliz@gnu.org>
Sat, 20 Mar 2021 09:08:25 +0000 (11:08 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 20 Mar 2021 09:08:25 +0000 (11:08 +0200)
* etc/NEWS: Enhance the description of how to get the old bindings
removed with the 'M-o' keymap.

etc/NEWS

index 842f66004824b8e55b90d69af6bb1c7fced28a87..ba93bba290fb8182cd5038cd4f35b454e332f85c 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2267,9 +2267,15 @@ To restore the old binding, say something like:
 
     (require 'facemenu)
     (define-key global-map "\M-o" 'facemenu-keymap)
+    (define-key facemenu-keymap "\es" 'center-line)
+    (define-key facemenu-keymap "\eS" 'center-paragraph)
+
+The last two lines are not strictly necessary if you don't care about
+having those two commands on the 'M-o' keymap; see the next section.
 
 ** The 'M-o M-s' and 'M-o M-S' global bindings have been removed.
-Use 'M-x center-line' and 'M-x center-paragraph' instead.
+Use 'M-x center-line' and 'M-x center-paragraph' instead.  See the
+previous section for how to get back the old bindings.
 
 ** The 'M-o M-o' global binding has been removed.
 Use 'M-x font-lock-fontify-block' instead, or the new 'C-x x f'