diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2020-10-20 18:07:22 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2020-10-20 18:16:39 +0200 |
| commit | a35177475c1feed2f4832ff5a3e092669ad26809 (patch) | |
| tree | f92c233a351ffceb726c24c7a93c3c908be2c58a /docs | |
| parent | 8423bc69e75605a76ba1326329ba3b4174662916 (diff) | |
transient-suffixes: New function
Closes #98.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/transient.org | 11 | ||||
| -rw-r--r-- | docs/transient.texi | 12 |
2 files changed, 19 insertions, 4 deletions
diff --git a/docs/transient.org b/docs/transient.org index 2e118d4..0cc4c95 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-47-gd1caef51+1) +#+SUBTITLE: for version 0.2.0 (v0.2.0-48-g8423bc69+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-47-gd1caef51+1). +This manual is for Transient version 0.2.0 (v0.2.0-48-g8423bc69+1). #+BEGIN_QUOTE Copyright (C) 2018-2020 Jonas Bernoulli <jonas@bernoul.li> @@ -1036,6 +1036,13 @@ function, which for infix arguments serves about the same purpose as command was not invoked from PREFIX, then it returns the set, saved or default value for PREFIX. +- Function: transient-suffixes prefix + + This function returns the suffixes of the transient prefix command + PREFIX. This is a list of objects. This function should only be + used if you need the objects (as opposed to just their values) and + if the current command is not being invoked from PREFIX. + - Variable: transient-current-suffixes The suffixes of the transient from which this suffix command was diff --git a/docs/transient.texi b/docs/transient.texi index ae8e563..66a347d 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-47-gd1caef51+1) +@subtitle for version 0.2.0 (v0.2.0-48-g8423bc69+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-47-gd1caef51+1). +This manual is for Transient version 0.2.0 (v0.2.0-48-g8423bc69+1). @quotation Copyright (C) 2018-2020 Jonas Bernoulli <jonas@@bernoul.li> @@ -1286,6 +1286,14 @@ command was not invoked from PREFIX, then it returns the set, saved or default value for PREFIX@. @end defun +@defun transient-suffixes prefix + +This function returns the suffixes of the transient prefix command +PREFIX@. This is a list of objects. This function should only be +used if you need the objects (as opposed to just their values) and +if the current command is not being invoked from PREFIX@. +@end defun + @defvar transient-current-suffixes The suffixes of the transient from which this suffix command was |
