branch: externals/transient
commit 3a3ea572b46ab8ccef994f9270d1d7f9afc74b23
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
manual: Update outdated example configuration
---
docs/transient.org | 2 +-
docs/transient.texi | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/transient.org b/docs/transient.org
index e9cfb5ba9e..f3279e1caa 100644
--- a/docs/transient.org
+++ b/docs/transient.org
@@ -681,7 +681,7 @@ need more guidance or would like to share your experience,
please
don't hesitate to contact me.
#+begin_src emacs-lisp
- (setopt transient-enable-menu-navigation t) ; the default
+ (setopt transient-enable-menu-navigation 'verbose) ; the default
(setopt transient-select-menu-window t)
(setopt transient-force-single-column t)
(setopt transient-navigate-to-group-descriptions t)
diff --git a/docs/transient.texi b/docs/transient.texi
index a8c0aa702c..b623453e92 100644
--- a/docs/transient.texi
+++ b/docs/transient.texi
@@ -836,7 +836,7 @@ need more guidance or would like to share your experience,
please
don't hesitate to contact me.
@lisp
-(setopt transient-enable-menu-navigation t) ; the default
+(setopt transient-enable-menu-navigation 'verbose) ; the default
(setopt transient-select-menu-window t)
(setopt transient-force-single-column t)
(setopt transient-navigate-to-group-descriptions t)