summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/site-lisp/transient-cycles.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/.emacs.d/site-lisp/transient-cycles.el b/.emacs.d/site-lisp/transient-cycles.el
index dd0ae81a..b04bead2 100644
--- a/.emacs.d/site-lisp/transient-cycles.el
+++ b/.emacs.d/site-lisp/transient-cycles.el
@@ -531,7 +531,9 @@ you can use `transient-cycles-tab-bar-cycle-backwards-key' and
`transient-cycles-tab-bar-cycle-forwards-key' to move forwards
and backwards in the list of tabs. When transient cycling
completes, tab access times will be as though you had moved
-directly from the first tab to the final tab."
+directly from the first tab to the final tab. That means that
+\\[tab-bar-switch-to-recent-tab] may be used to switch back and
+forth between the first tab and the final tab."
:lighter nil :keymap transient-cycles-tab-bar-mode-map :global t
:group 'transient-cycles)