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:
parent
2f23be9dc3
commit
dcff2f64b8
|
|
@ -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
|
<DD> The property value is a character string. Character strings
|
||||||
may contain spaces, but if so, then the string should be quoted
|
may contain spaces, but if so, then the string should be quoted
|
||||||
or in braces, per Tcl syntax.
|
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
|
<DD> The property value is an integer value or a list of integer
|
||||||
values. The values are not considered to be measurements and
|
values. The values are not considered to be measurements and
|
||||||
do not scale. Multiple values may be passed on the command
|
do not scale. Multiple values may be passed on the command
|
||||||
line as additional arguments, or the set of values may be
|
line as additional arguments, or the set of values may be
|
||||||
given as a list.
|
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
|
<DD> The property value is an integer value or a list of integer
|
||||||
values. The values are considered to be (linear) dimensional
|
values. The values are considered to be (linear) dimensional
|
||||||
measurements and therefore scale with the database internal
|
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
|
units. Multiple values may be passed on the command line as
|
||||||
additional arguments, or the set of values may be given as a
|
additional arguments, or the set of values may be given as a
|
||||||
list.
|
list.
|
||||||
<DT> <B>double</I> type:
|
<DT> <B>double</B> type:
|
||||||
<DD> The property value is a double-wide (64-bit) integer value or
|
<DD> The property value is a double-wide (64-bit) integer value or
|
||||||
a list of double-wide integer values. The values are not
|
a list of double-wide integer values. The values are not
|
||||||
considered to be measurements and do not scale. Multiple
|
considered to be measurements and do not scale. Multiple
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue