From 7d9210a3f1d483f7dd4a0df0f3e66a2cfa616bc2 Mon Sep 17 00:00:00 2001 From: "R. Timothy Edwards" Date: Wed, 11 Mar 2026 16:43:29 -0400 Subject: [PATCH] Updated the HTML reference for the "property" command, which did not describe the "list" option (which was just as well, since the option didn't work). --- doc/html/property.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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

Usage:

- 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.