; Fix indentation in etc/NEWS
This commit is contained in:
parent
81f20e8b89
commit
394209c1a0
1 changed files with 2 additions and 2 deletions
4
etc/NEWS
4
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue