diff options
| author | Eli Zaretskii | 2021-03-20 11:08:25 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2021-03-20 11:08:25 +0200 |
| commit | a9e7ea47b984e6d1de33eb34696e7fcf27622de4 (patch) | |
| tree | 9f92b07fd2bb191c500c0eda5bbe6e34ea677ffd | |
| parent | e33c2bfbf3f62449a9b62de423a1bbe3a39a3dca (diff) | |
| download | emacs-a9e7ea47b984e6d1de33eb34696e7fcf27622de4.tar.gz emacs-a9e7ea47b984e6d1de33eb34696e7fcf27622de4.zip | |
; Improve a recent change in NEWS
* etc/NEWS: Enhance the description of how to get the old bindings
removed with the 'M-o' keymap.
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 7 insertions, 1 deletions
| @@ -2267,9 +2267,15 @@ To restore the old binding, say something like: | |||
| 2267 | 2267 | ||
| 2268 | (require 'facemenu) | 2268 | (require 'facemenu) |
| 2269 | (define-key global-map "\M-o" 'facemenu-keymap) | 2269 | (define-key global-map "\M-o" 'facemenu-keymap) |
| 2270 | (define-key facemenu-keymap "\es" 'center-line) | ||
| 2271 | (define-key facemenu-keymap "\eS" 'center-paragraph) | ||
| 2272 | |||
| 2273 | The last two lines are not strictly necessary if you don't care about | ||
| 2274 | having those two commands on the 'M-o' keymap; see the next section. | ||
| 2270 | 2275 | ||
| 2271 | ** The 'M-o M-s' and 'M-o M-S' global bindings have been removed. | 2276 | ** The 'M-o M-s' and 'M-o M-S' global bindings have been removed. |
| 2272 | Use 'M-x center-line' and 'M-x center-paragraph' instead. | 2277 | Use 'M-x center-line' and 'M-x center-paragraph' instead. See the |
| 2278 | previous section for how to get back the old bindings. | ||
| 2273 | 2279 | ||
| 2274 | ** The 'M-o M-o' global binding has been removed. | 2280 | ** The 'M-o M-o' global binding has been removed. |
| 2275 | Use 'M-x font-lock-fontify-block' instead, or the new 'C-x x f' | 2281 | Use 'M-x font-lock-fontify-block' instead, or the new 'C-x x f' |