From 394209c1a012ec0d24cbef031101c82a79ceea83 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 9 Oct 2021 16:42:00 +0200 Subject: [PATCH] ; Fix indentation in etc/NEWS --- etc/NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 16fa36bd5fb..09537d7d313 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -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. -- 2.39.5