branch: externals/transient commit 45975c24e1ab08bb32e9bdc06f5c5efe7c256e16 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
manual: Update info about `incompatible' slot --- docs/transient.org | 7 ++++--- docs/transient.texi | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/transient.org b/docs/transient.org index b485ac5..4bce64c 100644 --- a/docs/transient.org +++ b/docs/transient.org @@ -8,7 +8,7 @@ #+TEXINFO_DIR_CATEGORY: Emacs #+TEXINFO_DIR_TITLE: Transient: (transient). #+TEXINFO_DIR_DESC: Transient Commands -#+SUBTITLE: for version 0.3.6 (v0.3.6-10-gbe119ee4+1) +#+SUBTITLE: for version 0.3.6 (v0.3.6-13-gb526b9c7+1) #+TEXINFO_DEFFN: t #+OPTIONS: H:4 num:4 toc:2 @@ -37,7 +37,7 @@ Calling a suffix command usually causes the transient to be exited but suffix commands can also be configured to not exit the transient. #+TEXINFO: @noindent -This manual is for Transient version 0.3.6 (v0.3.6-10-gbe119ee4+1). +This manual is for Transient version 0.3.6 (v0.3.6-13-gb526b9c7+1). #+BEGIN_QUOTE Copyright (C) 2018-2021 Jonas Bernoulli <jo...@bernoul.li> @@ -1558,7 +1558,8 @@ functions use ~describe-function~. - ~incompatible~ A list of lists. Each sub-list specifies a set of mutually exclusive arguments. Enabling one of these arguments - causes the others to be disabled. + causes the others to be disabled. An argument may appear in + multiple sub-lists. - ~scope~ For some transients it might be necessary to have a sort of secondary value, called a "scope". See ~transient-define-prefix~. diff --git a/docs/transient.texi b/docs/transient.texi index 8c873b3..9028a2a 100644 --- a/docs/transient.texi +++ b/docs/transient.texi @@ -31,7 +31,7 @@ General Public License for more details. @finalout @titlepage @title Transient User and Developer Manual -@subtitle for version 0.3.6 (v0.3.6-10-gbe119ee4+1) +@subtitle for version 0.3.6 (v0.3.6-13-gb526b9c7+1) @author Jonas Bernoulli @page @vskip 0pt plus 1filll @@ -65,7 +65,7 @@ Calling a suffix command usually causes the transient to be exited but suffix commands can also be configured to not exit the transient. @noindent -This manual is for Transient version 0.3.6 (v0.3.6-10-gbe119ee4+1). +This manual is for Transient version 0.3.6 (v0.3.6-13-gb526b9c7+1). @quotation Copyright (C) 2018-2021 Jonas Bernoulli <jonas@@bernoul.li> @@ -1918,7 +1918,8 @@ command is invoked. See @ref{Transient State}. @item @code{incompatible} A list of lists. Each sub-list specifies a set of mutually exclusive arguments. Enabling one of these arguments -causes the others to be disabled. +causes the others to be disabled. An argument may appear in +multiple sub-lists. @item