branch: externals/transient commit 3c3569abbe42eabcd68f4e207c8348fd453906b7 Author: Basil L. Contovounesios <conto...@tcd.ie> Commit: Basil L. Contovounesios <conto...@tcd.ie>
manual: Mark up nil as ~nil~ --- docs/transient.org | 2 +- docs/transient.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/transient.org b/docs/transient.org index 7c9462c172..9255072dfe 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 315028624d..96e6208e5d 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