mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-31 09:20:54 -08:00
; Improve a recent change in NEWS
* etc/NEWS: Enhance the description of how to get the old bindings removed with the 'M-o' keymap.
This commit is contained in:
parent
e33c2bfbf3
commit
a9e7ea47b9
1 changed files with 7 additions and 1 deletions
8
etc/NEWS
8
etc/NEWS
|
|
@ -2267,9 +2267,15 @@ To restore the old binding, say something like:
|
|||
|
||||
(require 'facemenu)
|
||||
(define-key global-map "\M-o" 'facemenu-keymap)
|
||||
(define-key facemenu-keymap "\es" 'center-line)
|
||||
(define-key facemenu-keymap "\eS" 'center-paragraph)
|
||||
|
||||
The last two lines are not strictly necessary if you don't care about
|
||||
having those two commands on the 'M-o' keymap; see the next section.
|
||||
|
||||
** The 'M-o M-s' and 'M-o M-S' global bindings have been removed.
|
||||
Use 'M-x center-line' and 'M-x center-paragraph' instead.
|
||||
Use 'M-x center-line' and 'M-x center-paragraph' instead. See the
|
||||
previous section for how to get back the old bindings.
|
||||
|
||||
** The 'M-o M-o' global binding has been removed.
|
||||
Use 'M-x font-lock-fontify-block' instead, or the new 'C-x x f'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue