aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-12-13 15:58:57 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-12-13 16:17:00 -0700
commiteda14d77dab39e05f69fef5fef2b5fb25482f215 (patch)
tree3cc600dd718b41d224ac2f0e7905145c53079185 /doc
parent96363fc7741377ff40133c2656ebd93025a48a81 (diff)
downloadconsfigurator-eda14d77dab39e05f69fef5fef2b5fb25482f215.tar.gz
rename combinator UNAPPLY->UNAPPLIED and add new UNAPPLY macro
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc')
-rw-r--r--doc/introduction.rst2
-rw-r--r--doc/propspecs.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/introduction.rst b/doc/introduction.rst
index 45d6472..e1c3a0e 100644
--- a/doc/introduction.rst
+++ b/doc/introduction.rst
@@ -193,7 +193,7 @@ and/or lacks. For example,::
(eseqprops (apt:installed postfix)
(etc-default:set "locale" "LANG" "en_GB.UTF-8")
- (unapply (com.example.consfig.services:mail-satellite)))
+ (unapplied (com.example.consfig.services:mail-satellite)))
Property application specifications are applied in order, so properties later
in the list usually implicitly depend on properties earlier in the list,
diff --git a/doc/propspecs.rst b/doc/propspecs.rst
index 8d915b5..bec4e6e 100644
--- a/doc/propspecs.rst
+++ b/doc/propspecs.rst
@@ -118,8 +118,8 @@ Function. Applies each of the propapps passed as arguments, stopping and
signalling a failed change if any of the propapps signal a failed change.
Semantically, each propapp implicitly depends upon the preceding propapps.
-``UNAPPLY``
-~~~~~~~~~~~
+``UNAPPLIED``
+~~~~~~~~~~~~~
Function. Unapplies a single propapp.