summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-02-08 23:36:44 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-02-09 15:34:13 -0700
commitea9bcbc9682186241458f7f8baed8c19123696b5 (patch)
tree25595ee1a8673721a558dc225881f50b3757c7c1
parent4eb7ae36bfd7b359c3b145dfcecb72381e60bbd0 (diff)
downloaddotfiles-ea9bcbc9682186241458f7f8baed8c19123696b5.tar.gz
transient-cycles: avoid "augmented with transient cycling" & similar
Protesilaos Stavrou pointed out that these expressions are not especially accessible to new users.
-rw-r--r--.emacs.d/site-lisp/transient-cycles.el16
1 files changed, 8 insertions, 8 deletions
diff --git a/.emacs.d/site-lisp/transient-cycles.el b/.emacs.d/site-lisp/transient-cycles.el
index b4795b5c..083a5338 100644
--- a/.emacs.d/site-lisp/transient-cycles.el
+++ b/.emacs.d/site-lisp/transient-cycles.el
@@ -87,13 +87,13 @@ commencing transient cycling."
(defcustom transient-cycles-default-cycle-backwards-key [left]
"Default key for cycling backwards in the transient maps set by
-commands augmented with transient cycling."
+commands to which transient cycling has been added."
:type 'key-sequence
:group 'transient-cycles)
(defcustom transient-cycles-default-cycle-forwards-key [right]
"Default key for cycling forwards in the transient maps set by
-commands augmented with transient cycling."
+commands to which transient cycling has been added."
:type 'key-sequence
:group 'transient-cycles)
@@ -330,13 +330,13 @@ major mode is one of the primary uses of indirect clones."
(defcustom transient-cycles-buffer-siblings-cycle-backwards-key [left]
"Key to cycle backwards in the transient maps set by commands
-augmented by `transient-cycles-buffer-siblings-mode'."
+defined by `transient-cycles-buffer-siblings-mode'."
:type 'key-sequence
:group 'transient-cycles)
(defcustom transient-cycles-buffer-siblings-cycle-forwards-key [right]
"Key to cycle forwards in the transient maps set by commands
-augmented by `transient-cycles-buffer-siblings-mode'."
+defined by `transient-cycles-buffer-siblings-mode'."
:type 'key-sequence
:group 'transient-cycles)
@@ -418,13 +418,13 @@ to the intended target."
(defcustom transient-cycles-window-buffers-cycle-backwards-key [left]
"Key to cycle backwards in the transient maps set by commands
-augmented by `transient-cycles-window-buffers-mode'."
+defined by `transient-cycles-window-buffers-mode'."
:type 'key-sequence
:group 'transient-cycles)
(defcustom transient-cycles-window-buffers-cycle-forwards-key [right]
"Key to cycle forwards in the transient maps set by commands
-augmented by `transient-cycles-window-buffers-mode'."
+defined by `transient-cycles-window-buffers-mode'."
:type 'key-sequence
:group 'transient-cycles)
@@ -533,13 +533,13 @@ directly from the first tab to the final tab."
(defcustom transient-cycles-tab-bar-cycle-backwards-key [left]
"Key to cycle backwards in the transient maps set by commands
-augmented by `transient-cycles-tab-bar-mode'."
+defined by `transient-cycles-tab-bar-mode'."
:type 'key-sequence
:group 'transient-cycles)
(defcustom transient-cycles-tab-bar-cycle-forwards-key [right]
"Key to cycle forwards in the transient maps set by commands
-augmented by `transient-cycles-tab-bar-mode'."
+defined by `transient-cycles-tab-bar-mode'."
:type 'key-sequence
:group 'transient-cycles)