branch: externals/transient
commit 909e5da4947ec3325760a86610bb8d4735031a76
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    manual: Document transient-error-on-insert-failure
---
 docs/transient.org  | 7 +++++++
 docs/transient.texi | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/docs/transient.org b/docs/transient.org
index a18571acc4..0f978ca867 100644
--- a/docs/transient.org
+++ b/docs/transient.org
@@ -784,6 +784,13 @@ These options are mainly intended for developers.
   predicates of those suffixes prevent that more than one of them is
   enabled at a time.
 
+- User Option: transient-error-on-insert-failure ::
+
+  This option controls whether to signal an error when
+  ~transient-insert-suffix~ or ~transient-append-suffix~ failed to insert
+  a suffix into an existing prefix.  By default a warning is shown
+  instead.
+
 - User Option: transient-highlight-higher-levels ::
 
   This option controls whether suffixes that would not be available by
diff --git a/docs/transient.texi b/docs/transient.texi
index c88f454a2e..962c4d02f0 100644
--- a/docs/transient.texi
+++ b/docs/transient.texi
@@ -934,6 +934,13 @@ predicates of those suffixes prevent that more than one of 
them is
 enabled at a time.
 @end defopt
 
+@defopt transient-error-on-insert-failure
+This option controls whether to signal an error when
+@code{transient-insert-suffix} or @code{transient-append-suffix} failed to 
insert
+a suffix into an existing prefix.  By default a warning is shown
+instead.
+@end defopt
+
 @defopt transient-highlight-higher-levels
 This option controls whether suffixes that would not be available by
 default are highlighted.

Reply via email to