branch: externals/transient commit 33e96045b40f9fce4d7ca1bf02653113766b6920 Author: Kyle Meyer <k...@kyleam.com> Commit: Kyle Meyer <k...@kyleam.com>
transient-substitute-key-function: Drop repeated wording --- lisp/transient.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/transient.el b/lisp/transient.el index de02a9361e..1dc8158eca 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -113,9 +113,9 @@ This function is called with one argument, the prefix object, and must return a key binding description, either the existing key description it finds in the `key' slot, or a substitution. -This is intended to let users replace certain prefix keys, but -while discouraged, it could also be used to make other -substitutions, but that is discouraged. +This is intended to let users replace certain prefix keys. It +could also be used to make other substitutions, but that is +discouraged. For example, \"=\" is hard to reach using my custom keyboard layout, so I substitute \"(\" for that, which is easy to reach