aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2019-10-14 00:18:56 +0300
committerJuri Linkov2019-10-14 00:18:56 +0300
commitdafd329771f5028cdac1a2691a236ffa296c360c (patch)
tree0ef873256e2e8dc0a8a77839a3cd81607e4f528e /etc
parente56c0bba4f66d5171daccbd743fbc5dd721c7dc3 (diff)
downloademacs-dafd329771f5028cdac1a2691a236ffa296c360c.tar.gz
emacs-dafd329771f5028cdac1a2691a236ffa296c360c.zip
* lisp/window.el (next-buffer, previous-buffer): Add repeat count arg.
* doc/emacs/buffers.texi (Select Buffer): Mention arg as repeat count. (Bug#37514)
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ada7af37469..d9d895ac816 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2115,9 +2115,10 @@ The new command 'global-tab-line-mode' enables the tab line above each
2115window, which you can use to switch buffers in the window. Selecting 2115window, which you can use to switch buffers in the window. Selecting
2116the previous window-local tab is the same as typing 'C-x <LEFT>' 2116the previous window-local tab is the same as typing 'C-x <LEFT>'
2117(previous-buffer), selecting the next tab is the same as 'C-x <RIGHT>' 2117(previous-buffer), selecting the next tab is the same as 'C-x <RIGHT>'
2118(next-buffer). Clicking on the plus icon adds a new buffer to the 2118(next-buffer). Both commands support a numeric prefix argument as
2119window-local tab line of buffers. Using the mouse wheel on the 2119a repeat count. Clicking on the plus icon adds a new buffer to the
2120tab line scrolls tabs that display the window buffers. 2120window-local tab line of buffers. Using the mouse wheel on the tab
2121line scrolls tabs that display the window buffers.
2121 2122
2122** fileloop.el lets one setup multifile operations like search&replace. 2123** fileloop.el lets one setup multifile operations like search&replace.
2123 2124