]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix indentation in etc/NEWS
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 9 Oct 2021 14:42:00 +0000 (16:42 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 9 Oct 2021 14:42:00 +0000 (16:42 +0200)
etc/NEWS

index 16fa36bd5fb3b3c8aa71523e9f5db811db5e699c..09537d7d31399d47f545ce3b11e5fcbfe07007b9 100644 (file)
--- 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.