aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-06-15 20:49:33 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-06-17 10:01:43 -0700
commit8ad85ba1c484343aa22ffac8426dee61feaf566d (patch)
treed714d886cb87a5684a911274bf2fb9b70db83405 /doc
parent90cada65ede23058a133be570ababe0f4a87dcc8 (diff)
downloadconsfigurator-8ad85ba1c484343aa22ffac8426dee61feaf566d.tar.gz
add APT:SUITES-AVAILABLE-PINNED & OS:DEBIAN-EXPERIMENTAL
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc')
-rw-r--r--doc/properties.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/properties.rst b/doc/properties.rst
index b21f51b..3273da6 100644
--- a/doc/properties.rst
+++ b/doc/properties.rst
@@ -7,8 +7,9 @@ Names
The names of properties may not end in the character ``.``, because that has a
special meaning in unevaluated property application specifications.
-Properties occupy the function cells of symbols, so do not try to define an
-ordinary function with the same name as a property.
+Properties with ``:APPLY`` subroutines occupy the function cells of symbols,
+so except in the case of properties with no ``:APPLY`` subroutine, do not try
+to define an ordinary function with the same name as a property.
Working directories
-------------------