From 665d5909fb8c4c4539eab99f6ed7ecb63c673dfb Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Mon, 2 Jan 2017 15:45:13 +0000 Subject: [PATCH] Still formatting! --- access-control.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/access-control.md b/access-control.md index bfa3009..3c1c877 100644 --- a/access-control.md +++ b/access-control.md @@ -4,7 +4,7 @@ The possible values of that list (and its interpretation) are * NIL : only system-privileged functions can access the object ('system private'); * TRUE : every user can access the object; -* A list : in which case it's equivalent to +* A list : in which case it's equivalent to (member? current-user (flatten acl))