Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 5442a85

Browse files
livecodesamlivecodeali
authored andcommitted
[Dictionary] Various miscellaneous changes
1 parent 259b8f9 commit 5442a85

File tree

10 files changed

+24
-24
lines changed

10 files changed

+24
-24
lines changed

docs/dictionary/constant/colon.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Example:
1717
replace slash with colon in tPath
1818

1919
Description:
20-
Use the <colon> <constant> as an easier-to-read replacement for ":"
20+
Use the <colon> <constant (glossary)> as an easier-to-read replacement for ":"
2121

22-
References: constant (command), character (keyword),
22+
References: constant (glossary), character (keyword),
2323
itemDelimiter (property)
2424

2525
Tags: text processing

docs/dictionary/constant/comma.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if char 3 of it is comma then get field "Circus"
2222
Description:
2323
Use the <comma> <constant> as an easier-to-read replacement for ",".
2424

25-
References: constant (command), character (keyword), (operator),
25+
References: constant (command), character (keyword), &#44; (operator),
2626
itemDelimiter (property)
2727

2828
Tags: text processing

docs/dictionary/function/colorNames.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Use the <colorNames> <property> to check whether a particular color name
3030
can be used to specify <properties> such as <foregroundColor> and
3131
<backgroundColor>.
3232

33-
You can use the color names with the foregroundColor, <backgroundColor>,
33+
You can use the color names with the <foregroundColor>, <backgroundColor>,
3434
<focusColor>, <topColor>, <bottomColor>, <hiliteColor>, <borderColor>,
3535
<shadowColor>, <selectionHandleColor>, <accentColor>, <backdrop>,
3636
<brushColor>, and <penColor> <properties>.

docs/dictionary/function/commandArguments.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Parameters:
4040
index (integer):
4141
An integer greater than 0.
4242
If the index is greater than the number of arguments, then
43-
commandArguments returns empty. .
43+
commandArguments returns empty.
4444

4545
Returns:
4646
Returns either a numeric array with all the commandline arguments if no

docs/dictionary/keyword/COMncolon.lcdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Type: keyword
55
Syntax: COMn:
66

77
Summary:
8-
Used with the <open file>, <read from file>, <write to file>, and <close
9-
file> <command|commands>, to specify a COM <port> on <Windows|Windows
10-
systems>.
8+
Used with the <open file>, <read from file>, <write to file>, and
9+
<close file> <command|commands>, to specify a COM <port> on
10+
<Windows|Windows systems>.
1111

1212
Introduced: 1.0
1313

docs/dictionary/property/coloroverlay.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ The <colorOverlay> is an array style property, each key of the array
2929
controls a different <colorOverlay> parameter that will affect its final
3030
appearance. The easiest way to adjust these properties is by using the
3131
Graphic Effects card of the property inspector which has full control
32-
over each parameter. To control the effect by script use the following
33-
properties:
32+
over each parameter. To control the effect by script use the
33+
following properties:
3434

3535
colorOverlay["color"]
3636

docs/dictionary/property/colors.lcdoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ Example:
3434
set the colors of this stack to the colors of stack "Home"
3535

3636
Value:
37-
The <colors> of an <object(glossary)> is a list of <color
38-
reference|color references>, one per line. A color reference is any
39-
standard color name; or three comma-separated integers between zero and
40-
255, specifying the level of each of red, green, and blue; or an
37+
The <colors> of an <object(glossary)> is a list of
38+
<color reference|color references>, one per line. A color reference is
39+
any standard color name; or three comma-separated integers between zero
40+
and 255, specifying the level of each of red, green, and blue; or an
4141
HTML-style color consisting of a hash mark (#) followed by three
4242
hexadecimal numbers, one for each of red, green, and blue.
4343

docs/dictionary/property/columnDelimiter.lcdoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ From LiveCode 7.0, <columnDelimiter> can be a string of one or several
3232
<tab>.
3333

3434
Description:
35-
Use the <columnDelimiter> property in conjunction with the <split
36-
command> to divide text into an array of columns or with the <combine
37-
command> to combine an array of columns into a string.
35+
Use the <columnDelimiter> property in conjunction with the <split>
36+
command to divide text into an array of columns or with the <combine>
37+
command to combine an array of columns into a string.
3838

3939
From LiveCode 7.0, <columnDelimiter> can be a string of one or several
4040
<character|characters>.
@@ -44,5 +44,5 @@ Since the <columnDelimiter> is a local property, its value is reset to
4444
only for the current handler and setting it in one handler does not
4545
affect its value in other handlers called.
4646

47-
References: combine command (command), split (command),
48-
split command (command), character (keyword)
47+
References: combine (command), split (command), split (command),
48+
character (keyword)

docs/dictionary/property/commandChar.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ OS: ios, android
1515
Platforms: desktop, server, mobile
1616

1717
Description:
18-
In HyperCard, the <commandChar> <property> determines the Command <key
19-
combination> for a <menu item>.
18+
In HyperCard, the <commandChar> <property> determines the Command
19+
<key combination> for a <menu item>.
2020

2121
A handler can set the <commandChar> to any <value> without causing a
2222
<error|script error>, but the actual Command <key combination> is not

docs/glossary/c/compile-error.lcdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ A problem or mistake in a <handler> that prevents it from being
1010
<compile|compiled>.
1111

1212
Most often, compile errors are caused by incomplete or incorrect
13-
<control structure|control structures> (such as a <repeat> <control
14-
structure|structure> with no <end repeat>) or by punctuation errors
15-
(such as failing to <quote> a <literal string>).
13+
<control structure|control structures> (such as a <repeat>
14+
<control structure|structure> with no <end repeat>) or by punctuation
15+
errors (such as failing to <quote> a <literal string>).
1616

1717
References: quote (constant), repeat (control structure),
1818
handler (glossary), literal string (glossary), compile (glossary),

0 commit comments

Comments
 (0)