; Fix indentation in etc/NEWS

This commit is contained in:
Michael Albinus 2021-10-09 16:42:00 +02:00
parent 81f20e8b89
commit 394209c1a0

View file

@ -947,8 +947,8 @@ previous section for how to get back the old bindings. Alternatively,
if you only want these two commands to have global bindings they had
before, you can add the following to your init file:
(define-key global-map "\M-o\M-s" 'center-line)
(define-key global-map "\M-o\M-S" 'center-paragraph)
(define-key global-map "\M-o\M-s" 'center-line)
(define-key global-map "\M-o\M-S" 'center-paragraph)
---
** The 'M-o M-o' global binding has been removed.