emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 394209c: ; Fix indentation in etc/NEWS


From: Michael Albinus
Subject: emacs-28 394209c: ; Fix indentation in etc/NEWS
Date: Sat, 9 Oct 2021 10:42:08 -0400 (EDT)

branch: emacs-28
commit 394209c1a012ec0d24cbef031101c82a79ceea83
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    ; Fix indentation in etc/NEWS
---
 etc/NEWS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 16fa36b..09537d7 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]