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 /doc | |
| 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 'doc')
| -rw-r--r-- | doc/emacs/buffers.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/emacs/buffers.texi b/doc/emacs/buffers.texi index 269f9f7d6fe..74e6211f808 100644 --- a/doc/emacs/buffers.texi +++ b/doc/emacs/buffers.texi | |||
| @@ -127,7 +127,8 @@ Modes}). | |||
| 127 | (@code{previous-buffer}) selects the previous buffer (following the | 127 | (@code{previous-buffer}) selects the previous buffer (following the |
| 128 | order of most recent selection in the current frame), while @kbd{C-x | 128 | order of most recent selection in the current frame), while @kbd{C-x |
| 129 | @key{RIGHT}} (@code{next-buffer}) moves through buffers in the reverse | 129 | @key{RIGHT}} (@code{next-buffer}) moves through buffers in the reverse |
| 130 | direction. | 130 | direction. Both commands support a numeric prefix argument that |
| 131 | serves as a repeat count. | ||
| 131 | 132 | ||
| 132 | @kindex C-x 4 b | 133 | @kindex C-x 4 b |
| 133 | @findex switch-to-buffer-other-window | 134 | @findex switch-to-buffer-other-window |