diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2020-10-19 18:03:00 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2020-10-20 15:36:54 +0200 |
| commit | 1b9929eca9b1076fb04794b6736d42a1d394fadb (patch) | |
| tree | a53c214f35fae75bbd3b0ed820f7ad74edf1406b /docs | |
| parent | 313eee0f1c3e6aa38f21c97c446857e32c62d440 (diff) | |
Add new `unsavable' infix slot
If this is non-nil, then the value of the infix is removed from
the prefix value before saving, setting and adding to history.
Re #96.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/transient.org | 7 | ||||
| -rw-r--r-- | docs/transient.texi | 9 |
2 files changed, 12 insertions, 4 deletions
diff --git a/docs/transient.org b/docs/transient.org index 01486a1..d7736b5 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.2.0 (v0.2.0-44-gf0f3e2b9+1) +#+SUBTITLE: for version 0.2.0 (v0.2.0-45-g313eee0f+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.2.0 (v0.2.0-44-gf0f3e2b9+1). +This manual is for Transient version 0.2.0 (v0.2.0-45-g313eee0f+1). #+BEGIN_QUOTE Copyright (C) 2018-2020 Jonas Bernoulli <jonas@bernoul.li> @@ -1593,6 +1593,9 @@ They are defined here anyway to allow sharing certain methods. - ~value~ The value. Should not be accessed directly. +- ~unsavable~ Whether the value of the suffix is not saved as part of + the prefixes. + - ~multi-value~ For options, whether the option can have multiple values. If non-nil, then default to use ~completing-read-multiple~. diff --git a/docs/transient.texi b/docs/transient.texi index a45d2b5..b692001 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.2.0 (v0.2.0-44-gf0f3e2b9+1) +@subtitle for version 0.2.0 (v0.2.0-45-g313eee0f+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.2.0 (v0.2.0-44-gf0f3e2b9+1). +This manual is for Transient version 0.2.0 (v0.2.0-45-g313eee0f+1). @quotation Copyright (C) 2018-2020 Jonas Bernoulli <jonas@@bernoul.li> @@ -1974,6 +1974,11 @@ They are defined here anyway to allow sharing certain methods. @item +@code{unsavable} Whether the value of the suffix is not saved as part of +the prefixes. + + +@item @code{multi-value} For options, whether the option can have multiple values. If non-nil, then default to use @code{completing-read-multiple}. |
