summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-02-08 23:29:30 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-02-09 15:34:13 -0700
commitab77b5faebd426330a1b7f2c8fafba2f125f8601 (patch)
tree9b06db6a0ea3ff750f9741f09c62a7ec8030fc84
parentf2c22f3fbc50dc5ac6d72c4081eccb985ccf895c (diff)
downloaddotfiles-ab77b5faebd426330a1b7f2c8fafba2f125f8601.tar.gz
transient-cycles: rewrite beginning of minor mode descriptions
Based on a patch by Protesilaos Stavrou.
-rw-r--r--.emacs.d/site-lisp/transient-cycles.el24
1 files changed, 14 insertions, 10 deletions
diff --git a/.emacs.d/site-lisp/transient-cycles.el b/.emacs.d/site-lisp/transient-cycles.el
index 03851e9f..b027018c 100644
--- a/.emacs.d/site-lisp/transient-cycles.el
+++ b/.emacs.d/site-lisp/transient-cycles.el
@@ -336,10 +336,11 @@ augmented by `transient-cycles-buffer-siblings-mode'."
;;;###autoload
(define-minor-mode transient-cycles-buffer-siblings-mode
- "Augment a number of standard buffer switching commands with
-transient cycling through buffer siblings. After typing
-\\[switch-to-buffer], \\[display-buffer], \\[info] and some
-others, you can use the keys
+ "Enhance buffer switching commands by adding transient cycling.
+
+Augments a number of standard buffer switching commands. After
+typing \\[switch-to-buffer], \\[display-buffer], \\[info] and
+some others, you can use the keys
`transient-cycles-buffer-siblings-cycle-backwards-key' and
`transient-cycles-buffer-siblings-cycle-forwards-key' to select a
different, relevantly similar buffer to select or display
@@ -423,8 +424,10 @@ augmented by `transient-cycles-window-buffers-mode'."
;;;###autoload
(define-minor-mode transient-cycles-window-buffers-mode
- "Augment \\[previous-buffer] and \\[next-buffer] with transient
-cycling. After typing those commands, you can use
+ "Enhance window buffer switching commands by adding transient cycling.
+
+Augments \\[previous-buffer] and \\[next-buffer]. After typing
+those commands, you can use
`transient-cycles-window-buffers-cycle-backwards-key' and
`transient-cycles-window-buffers-cycle-forwards-key' to move
forwards and backwards in a virtual list of the window's
@@ -510,10 +513,11 @@ since then. Otherwise, call `previous-buffer'."
;;;###autoload
(define-minor-mode transient-cycles-tab-bar-mode
- "Augment \\[tab-previous], \\[tab-next] and
-\\[tab-bar-switch-to-recent-tab] with transient cycling. After
-running those commands, you can use
-`transient-cycles-tab-bar-cycle-backwards-key' and
+ "Enhance tab switching commands by adding transient cycling.
+
+Augments \\[tab-previous], \\[tab-next] and
+\\[tab-bar-switch-to-recent-tab]. After running those commands,
+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