From 3c3569abbe42eabcd68f4e207c8348fd453906b7 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Thu, 1 Jun 2023 19:54:06 +0100 Subject: 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 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 -- cgit v1.0