Corrected the HTML text of the "property" command documentation,

which had mismatched delimiters, causing most of the entry to be
displayed in boldface.
This commit is contained in:
R. Timothy Edwards 2026-07-03 16:47:58 -04:00
parent 2f23be9dc3
commit dcff2f64b8
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
8.3.669
8.3.670

View File

@ -80,13 +80,13 @@ Attach a "property" (string key and value pair) to the edit cell
<DD> The property value is a character string. Character strings
may contain spaces, but if so, then the string should be quoted
or in braces, per Tcl syntax.
<DT> <B>integer</I> type:
<DT> <B>integer</B> type:
<DD> The property value is an integer value or a list of integer
values. The values are not considered to be measurements and
do not scale. Multiple values may be passed on the command
line as additional arguments, or the set of values may be
given as a list.
<DT> <B>dimension</I> type:
<DT> <B>dimension</B> type:
<DD> The property value is an integer value or a list of integer
values. The values are considered to be (linear) dimensional
measurements and therefore scale with the database internal
@ -95,7 +95,7 @@ Attach a "property" (string key and value pair) to the edit cell
units. Multiple values may be passed on the command line as
additional arguments, or the set of values may be given as a
list.
<DT> <B>double</I> type:
<DT> <B>double</B> type:
<DD> The property value is a double-wide (64-bit) integer value or
a list of double-wide integer values. The values are not
considered to be measurements and do not scale. Multiple