Transferred all documentation from the Wiki(s) to the /docs directory; not all links
yet fixed up.
This commit is contained in:
parent
34ef8cd4c1
commit
cc534255b5
26 changed files with 1582 additions and 49 deletions
14
docs/System-private-functions.md
Normal file
14
docs/System-private-functions.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# System private functions
|
||||
|
||||
**actually, I think this is a bad idea — or at least needs significantly more thought!**
|
||||
|
||||
System-private functions are functions private to the system, which no normal user is entitled to access; these functions normally have an [[access control]] value of NIL.
|
||||
|
||||
# (sys-access-control arg)
|
||||
|
||||
System private. Takes one argument. Returns the access control list of its argument.
|
||||
|
||||
# (sys-readable arg user)
|
||||
|
||||
System private. Takes two arguments. Returns `TRUE` if the first argument is readable by the reader represented by the second argument; else `NIL`.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue