diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/transient.org | 2 | ||||
| -rw-r--r-- | docs/transient.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/transient.org b/docs/transient.org index 7c9462c..9255072 100644 --- a/docs/transient.org +++ b/docs/transient.org @@ -1848,7 +1848,7 @@ They are defined here anyway to allow sharing certain methods. ~transient-args~, e.g., ~("--other" "--o=1" "--o=2" ("--" "f1" "f2"))~. - ~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 + 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. diff --git a/docs/transient.texi b/docs/transient.texi index 3150286..96e6208 100644 --- a/docs/transient.texi +++ b/docs/transient.texi @@ -2141,7 +2141,7 @@ default value of a prefix using the same format as returned by @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 +If this is @code{nil}, then options that have a value are simply unset and have to be invoked a second time to set a new value. @item |
