diff options
| author | Basil L. Contovounesios <contovob@tcd.ie> | 2023-06-01 19:54:06 +0100 |
|---|---|---|
| committer | Basil L. Contovounesios <contovob@tcd.ie> | 2023-06-01 19:54:06 +0100 |
| commit | 3c3569abbe42eabcd68f4e207c8348fd453906b7 (patch) | |
| tree | 2db36377cfcfe6e195f5f0f8643cde980a4b12c0 /docs | |
| parent | ab831828546e76d63063be71b2565d8ebb9e756f (diff) | |
manual: Mark up nil as ~nil~
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 |
