emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/transient 313eee0f1c 196/366: manual: Document more inf


From: Jonas Bernoulli
Subject: [elpa] externals/transient 313eee0f1c 196/366: manual: Document more infix slots
Date: Tue, 25 Jan 2022 18:54:40 -0500 (EST)

branch: externals/transient
commit 313eee0f1c3e6aa38f21c97c446857e32c62d440
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    manual: Document more infix slots
---
 docs/transient.org  | 10 ++++++++--
 docs/transient.texi | 14 ++++++++++++--
 2 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/docs/transient.org b/docs/transient.org
index 9af1ab2987..01486a150b 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-38-ga3e53633+1)
+#+SUBTITLE: for version 0.2.0 (v0.2.0-44-gf0f3e2b9+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-38-ga3e53633+1).
+This manual is for Transient version 0.2.0 (v0.2.0-44-gf0f3e2b9+1).
 
 #+BEGIN_QUOTE
 Copyright (C) 2018-2020 Jonas Bernoulli <jonas@bernoul.li>
@@ -1591,9 +1591,15 @@ They are defined here anyway to allow sharing certain 
methods.
 
 - ~shortarg~ The short argument, e.g. ~-v~.
 
+- ~value~ The value.  Should not be accessed directly.
+
 - ~multi-value~ For options, whether the option can have multiple
   values.  If non-nil, then default to use ~completing-read-multiple~.
 
+- ~always-read~ For options, whether to read a value on every invocation.
+  If this is nil, then options that have a value are simply unset and
+  have to be invoked a second time to set a new value.
+
 - ~allow-empty~ For options, whether the empty string is a valid value.
 
 - ~history-key~ The key used to store the history.  This defaults to the
diff --git a/docs/transient.texi b/docs/transient.texi
index b1ba06a3b6..a45d2b5da0 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-38-ga3e53633+1)
+@subtitle for version 0.2.0 (v0.2.0-44-gf0f3e2b9+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-38-ga3e53633+1).
+This manual is for Transient version 0.2.0 (v0.2.0-44-gf0f3e2b9+1).
 
 @quotation
 Copyright (C) 2018-2020 Jonas Bernoulli <jonas@@bernoul.li>
@@ -1969,11 +1969,21 @@ They are defined here anyway to allow sharing certain 
methods.
 @code{shortarg} The short argument, e.g. @code{-v}.
 
 
+@item
+@code{value} The value.  Should not be accessed directly.
+
+
 @item
 @code{multi-value} For options, whether the option can have multiple
 values.  If non-nil, then default to use @code{completing-read-multiple}.
 
 
+@item
+@code{always-read} For options, whether to read a value on every invocation.
+If this is nil, then options that have a value are simply unset and
+have to be invoked a second time to set a new value.
+
+
 @item
 @code{allow-empty} For options, whether the empty string is a valid value.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]