@@ -41,13 +41,13 @@ example, if a <player|player's> short name is Heaven, its abbreviated
4141name is player "Heaven". If you don't specify a modifier for the <name>
4242<property>, the abbreviated name is what you get.
4343
44- The long name of an object includes information about its <owner> (and
44+ The < long> name of an object includes information about its <owner> (and
4545about the <owner> of that <object(object)>, and so forth). For example,
4646suppose a <stack> named "My <stack>" contains a <card> named "My Card".
4747This <card> has a <group> named "My Group" which contains a <button>
4848named "My Button". The <card> also has a <card control|card field> named
4949"My Field". If "My Stack" is a <main stack> and it's in a <file> whose
50- <file path|path> is "/Drive/Folder/Stack.rev", the long names of these
50+ <file path|path> is "/Drive/Folder/Stack.rev", the < long> names of these
5151<objects(object)> look like this:
5252
5353* The stack:
@@ -73,26 +73,26 @@ named "My Button". The <card> also has a <card control|card field> named
7373> application|standalone applications> are stored as <application
7474> bundle|application bundles>. A <application bundle|bundle> behaves
7575> like a <file> but is actually a <folder>, and the <main stack> of a
76- > <standalone application> is inside this <folder>. The long name of a
76+ > <standalone application> is inside this <folder>. The < long> name of a
7777> stack in an application is the location of the application inside the
7878> <application bundle|bundle>, not the <application bundle|bundle's>
7979> location. For example, if the <bundle'sfile path> is
80- > "/Volumes/Disk/MyApp.app/", the long name of the application's main
80+ > "/Volumes/Disk/MyApp.app/", the < long> name of the application's main
8181> stack might be "/Volumes/Disk/MyApp.app/Contents/MacOS/MyApp".
8282
83- If the stack is a substack, its name is included in the long names of
83+ If the stack is a substack, its name is included in the < long> names of
8484its objects, before the path of the main stack: stack "My Substack" of
8585stack "/Drive/Folder/Stack.rev"
8686
87- The long <name> of a <group> includes the name of the <current card>. If
87+ The < long> <name> of a <group> includes the name of the <current card>. If
8888the <group> does not appear on the <current card>, requesting its <name>
8989results in an <execution error>. If you need to get the name of a
9090<group> that is not on the <current card>, use the "<background>"
9191terminology instead.
9292
93- The long <name> of a <background> includes the name of the <current
93+ The < long> <name> of a <background> includes the name of the <current
9494card>, if the <background> appears on the <current card>. If not, the
95- long name of the <background> includes the name of the first <card> the
95+ < long> name of the <background> includes the name of the first <card> the
9696<background> appears on.
9797
9898You can use an object's <name> to refer to the <object(object)> in a
0 commit comments