diff options
| author | Glenn Morris | 2020-06-17 08:47:53 -0700 |
|---|---|---|
| committer | Glenn Morris | 2020-06-17 08:47:53 -0700 |
| commit | 21b03faed44913ba0b0e3d54d2ffdb0ac067fae8 (patch) | |
| tree | 305caea08574a7d747e692e1ed1c023606502671 /etc | |
| parent | 9682aa2f2493c89af1894ad2d52543d57f4958a5 (diff) | |
| parent | 229995ba2cd9f6d0a749a38c106cbfbfd04119a8 (diff) | |
| download | emacs-21b03faed44913ba0b0e3d54d2ffdb0ac067fae8.tar.gz emacs-21b03faed44913ba0b0e3d54d2ffdb0ac067fae8.zip | |
Merge from origin/emacs-27
229995ba2c (origin/emacs-27) Fix some Texinfo markup
01e86b9fdf Fix recentf typo in Emacs manual
cd4f75bb86 Rename default function to next-error-buffer-unnavigated-c...
1dff0a8949 * lisp/image-mode.el (image-toggle-display-image): Fix fit...
a71d1787f1 * doc/misc/tramp.texi (Predefined connection information):...
079b0dc430 Delete, don't kill, dir dir fragments in icomplete-fido-ba...
6cdecc2659 Revert markup change in with-coding-priority docs
22f4fba8a9 * lisp/emulation/cua-rect.el (cua--rectangle-region-insert...
6b9eac6759 * lisp/simple.el (shell-command-on-region): Fix docstring.
43ad7dc1af Clean up D-Bus documentation (bug#41744)
c43e5ed60d * lisp/image-mode.el (image-transform-original): New comma...
6eb18a950d Move tab-bar and tab-line faces to faces.el (part of bug#4...
# Conflicts:
# etc/NEWS
# lisp/simple.el
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS.27 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS.27 b/etc/NEWS.27 index 58bd491753a..10a6e3946e7 100644 --- a/etc/NEWS.27 +++ b/etc/NEWS.27 | |||
| @@ -956,8 +956,8 @@ displays the buffer from the next command in that window. For example, | |||
| 956 | 'S-M-right C-h i' displays the "*Info*" buffer in the right window, | 956 | 'S-M-right C-h i' displays the "*Info*" buffer in the right window, |
| 957 | creating the window if necessary. A special key can be customized to | 957 | creating the window if necessary. A special key can be customized to |
| 958 | display the buffer in the same window, for example, 'S-M-0 C-h e' | 958 | display the buffer in the same window, for example, 'S-M-0 C-h e' |
| 959 | displays the "*Messages*" buffer in the same window. 'S-M-t C-h C-n' | 959 | displays the "*Messages*" buffer in the same window. 'S-M-t C-h r' |
| 960 | displays NEWS in a new tab. | 960 | displays the Emacs manual in a new tab. |
| 961 | 961 | ||
| 962 | +++ | 962 | +++ |
| 963 | *** Windmove also supports directional window deletion. | 963 | *** Windmove also supports directional window deletion. |