aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJuri Linkov2019-10-14 00:18:56 +0300
committerJuri Linkov2019-10-14 00:18:56 +0300
commitdafd329771f5028cdac1a2691a236ffa296c360c (patch)
tree0ef873256e2e8dc0a8a77839a3cd81607e4f528e /doc
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 'doc')
-rw-r--r--doc/emacs/buffers.texi3
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
128order of most recent selection in the current frame), while @kbd{C-x 128order 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
130direction. 130direction. Both commands support a numeric prefix argument that
131serves 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