From eda14d77dab39e05f69fef5fef2b5fb25482f215 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 13 Dec 2021 15:58:57 -0700 Subject: rename combinator UNAPPLY->UNAPPLIED and add new UNAPPLY macro Signed-off-by: Sean Whitton --- doc/introduction.rst | 2 +- doc/propspecs.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') 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. -- cgit v1.2.3