mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-08 03:41:33 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user