diff options
| author | Juri Linkov | 2019-10-14 00:18:56 +0300 |
|---|---|---|
| committer | Juri Linkov | 2019-10-14 00:18:56 +0300 |
| commit | dafd329771f5028cdac1a2691a236ffa296c360c (patch) | |
| tree | 0ef873256e2e8dc0a8a77839a3cd81607e4f528e /etc | |
| parent | e56c0bba4f66d5171daccbd743fbc5dd721c7dc3 (diff) | |
| download | emacs-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/NEWS | 7 |
1 files changed, 4 insertions, 3 deletions
| @@ -2115,9 +2115,10 @@ The new command 'global-tab-line-mode' enables the tab line above each | |||
| 2115 | window, which you can use to switch buffers in the window. Selecting | 2115 | window, which you can use to switch buffers in the window. Selecting |
| 2116 | the previous window-local tab is the same as typing 'C-x <LEFT>' | 2116 | the 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 |
| 2119 | window-local tab line of buffers. Using the mouse wheel on the | 2119 | a repeat count. Clicking on the plus icon adds a new buffer to the |
| 2120 | tab line scrolls tabs that display the window buffers. | 2120 | window-local tab line of buffers. Using the mouse wheel on the tab |
| 2121 | line 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 | ||