diff --git a/doc/html/property.html b/doc/html/property.html index c7277e9f..21daea1e 100644 --- a/doc/html/property.html +++ b/doc/html/property.html @@ -25,7 +25,7 @@ Attach a "property" (string key and value pair) to the edit cell
- property [type] [key [value]]
+ property [list] [type] [key [value]]
or property [compat] [true|false]
@@ -64,6 +64,13 @@ Attach a "property" (string key and value pair) to the edit cell .mag file. However, if the user wants to create a property that is handled differently than a string (namely, to be a dimensional value that scales), then comptability mode should be turned off.+ + If the argument list is given as the first argument, and + value is not present, then if the property key + does not exist, then the command will return a NULL object to the + interpreter instead of printing an error message. This is the + "quiet" version of the command preferred for scripts that want to + query whether or not a specific property exists.