Still formatting!

Simon Brooke 2017-01-02 15:45:13 +00:00
parent 7d86d1981c
commit 665d5909fb

@ -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'); * NIL : only system-privileged functions can access the object ('system private');
* TRUE : every user can access the object; * 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)) (member? current-user (flatten acl))