diff options
| author | Michael Albinus | 2021-10-19 15:06:30 +0200 |
|---|---|---|
| committer | Michael Albinus | 2021-10-19 15:06:30 +0200 |
| commit | d742cc3c204ba0adeb9600d236a0e454e35a42ff (patch) | |
| tree | 91a1394f60260b98545d87d0c454230d1dc2f140 | |
| parent | 28db29590f27f8b5f376e4588aca62809fb61077 (diff) | |
| download | emacs-d742cc3c204ba0adeb9600d236a0e454e35a42ff.tar.gz emacs-d742cc3c204ba0adeb9600d236a0e454e35a42ff.zip | |
; etc/NEWS: Fix typos
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -2567,7 +2567,7 @@ that prompt for a project directory. | |||
| 2567 | +++ | 2567 | +++ |
| 2568 | *** New prefix keymap 'project-prefix-map'. | 2568 | *** New prefix keymap 'project-prefix-map'. |
| 2569 | Key sequences that invoke project-related commands start with the | 2569 | Key sequences that invoke project-related commands start with the |
| 2570 | prefix 'C-x p'. Type "C-x p C-h" to show the full list. | 2570 | prefix 'C-x p'. Type 'C-x p C-h' to show the full list. |
| 2571 | 2571 | ||
| 2572 | +++ | 2572 | +++ |
| 2573 | *** New commands 'project-dired', 'project-vc-dir', 'project-shell', | 2573 | *** New commands 'project-dired', 'project-vc-dir', 'project-shell', |
| @@ -3220,7 +3220,7 @@ batch mode. | |||
| 3220 | 3220 | ||
| 3221 | +++ | 3221 | +++ |
| 3222 | ** New transient mode 'repeat-mode' to allow shorter key sequences. | 3222 | ** New transient mode 'repeat-mode' to allow shorter key sequences. |
| 3223 | Type "M-x repeat-mode RET" to enable this mode. You can then type | 3223 | Type 'M-x repeat-mode RET' to enable this mode. You can then type |
| 3224 | 'C-x u u' instead of 'C-x u C-x u' to undo many changes, 'C-x o o' | 3224 | 'C-x u u' instead of 'C-x u C-x u' to undo many changes, 'C-x o o' |
| 3225 | instead of 'C-x o C-x o' to switch windows, 'C-x { { } } ^ ^ v v' to | 3225 | instead of 'C-x o C-x o' to switch windows, 'C-x { { } } ^ ^ v v' to |
| 3226 | resize the selected window interactively, 'M-g n n p p' to navigate | 3226 | resize the selected window interactively, 'M-g n n p p' to navigate |