summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/lib-scriptpackages/StdSuites
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Lib/lib-scriptpackages/StdSuites')
-rw-r--r--Mac/Lib/lib-scriptpackages/StdSuites/AppleScript_Suite.py14
-rw-r--r--Mac/Lib/lib-scriptpackages/StdSuites/Standard_Suite.py12
-rw-r--r--Mac/Lib/lib-scriptpackages/StdSuites/Table_Suite.py2
-rw-r--r--Mac/Lib/lib-scriptpackages/StdSuites/Text_Suite.py2
4 files changed, 15 insertions, 15 deletions
diff --git a/Mac/Lib/lib-scriptpackages/StdSuites/AppleScript_Suite.py b/Mac/Lib/lib-scriptpackages/StdSuites/AppleScript_Suite.py
index e6ca5e3..58d265c 100644
--- a/Mac/Lib/lib-scriptpackages/StdSuites/AppleScript_Suite.py
+++ b/Mac/Lib/lib-scriptpackages/StdSuites/AppleScript_Suite.py
@@ -129,7 +129,7 @@ class AppleScript_Suite_Events:
return _arguments['----']
def tell(self, _no_object=None, _attributes={}, **_arguments):
- """tell: Record or log a Œtell¹ statement
+ """tell: Record or log a •tellÕ statement
Keyword argument _attributes: AppleEvent attribute dictionary
"""
_code = 'ascr'
@@ -148,7 +148,7 @@ class AppleScript_Suite_Events:
return _arguments['----']
def end_tell(self, _no_object=None, _attributes={}, **_arguments):
- """end tell: Record or log an Œend tell¹ statement
+ """end tell: Record or log an •end tellÕ statement
Keyword argument _attributes: AppleEvent attribute dictionary
"""
_code = 'ascr'
@@ -229,7 +229,7 @@ class AppleScript_Suite_Events:
}
def Call_a5_subroutine(self, _object=None, _attributes={}, **_arguments):
- """Call€subroutine: A subroutine call
+ """Call‚subroutine: A subroutine call
Required argument: anything
Keyword argument at: a preposition
Keyword argument _from: a preposition
@@ -299,7 +299,7 @@ class AppleScript_Suite_Events:
return _arguments['----']
def _ad_(self, _object, _attributes={}, **_arguments):
- """‚: Inequality
+ """­: Inequality
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: anything
@@ -488,7 +488,7 @@ class AppleScript_Suite_Events:
return _arguments['----']
def _b3_(self, _object, _attributes={}, **_arguments):
- """„: Greater than or equal to
+ """³: Greater than or equal to
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: anything
@@ -530,7 +530,7 @@ class AppleScript_Suite_Events:
return _arguments['----']
def _b2_(self, _object, _attributes={}, **_arguments):
- """¾: Less than or equal to
+ """²: Less than or equal to
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: anything
@@ -820,7 +820,7 @@ class name(aetools.NProperty):
which = 'pnam'
want = 'TEXT'
class parent(aetools.NProperty):
- """parent - its parent, i.e. the script that will handle events that this script doesn¹t """
+ """parent - its parent, i.e. the script that will handle events that this script doesnÕt """
which = 'pare'
want = 'scpt'
diff --git a/Mac/Lib/lib-scriptpackages/StdSuites/Standard_Suite.py b/Mac/Lib/lib-scriptpackages/StdSuites/Standard_Suite.py
index 505a702..7870acd 100644
--- a/Mac/Lib/lib-scriptpackages/StdSuites/Standard_Suite.py
+++ b/Mac/Lib/lib-scriptpackages/StdSuites/Standard_Suite.py
@@ -429,7 +429,7 @@ class Standard_Suite_Events:
Required argument: the object class about which information is requested
Keyword argument _in: the human language and script system in which to return information
Keyword argument _attributes: AppleEvent attribute dictionary
- Returns: a record containing the object¹s properties and elements
+ Returns: a record containing the objectÕs properties and elements
"""
_code = 'core'
_subcode = 'qobj'
@@ -459,7 +459,7 @@ class frontmost(aetools.NProperty):
which = 'pisf'
want = 'bool'
class selection(aetools.NProperty):
- """selection - the selection visible to the user. Use the Œselect¹ command to set a new selection; use Œcontents of selection¹ to get or change information in the document. """
+ """selection - the selection visible to the user. Use the •selectÕ command to set a new selection; use •contents of selectionÕ to get or change information in the document. """
which = 'sele'
want = 'csel'
class clipboard(aetools.NProperty):
@@ -500,10 +500,10 @@ class alias(aetools.ComponentItem):
aliases = alias
class selection_2d_object(aetools.ComponentItem):
- """selection-object - A way to refer to the state of the current of the selection. Use the Œselect¹ command to make a new selection. """
+ """selection-object - A way to refer to the state of the current of the selection. Use the •selectÕ command to make a new selection. """
want = 'csel'
class contents(aetools.NProperty):
- """contents - the information currently selected. Use Œcontents of selection¹ to get or change information in a document. """
+ """contents - the information currently selected. Use •contents of selectionÕ to get or change information in a document. """
which = 'pcnt'
want = '****'
@@ -615,11 +615,11 @@ class _3d_(aetools.NComparison):
class _3e_(aetools.NComparison):
"""> - Greater than """
class _b3_(aetools.NComparison):
- """„ - Greater than or equal to """
+ """³ - Greater than or equal to """
class _3c_(aetools.NComparison):
"""< - Less than """
class _b2_(aetools.NComparison):
- """¾ - Less than or equal to """
+ """² - Less than or equal to """
_Enum_savo = {
'yes' : 'yes ', # Save objects now
'no' : 'no ', # Do not save objects
diff --git a/Mac/Lib/lib-scriptpackages/StdSuites/Table_Suite.py b/Mac/Lib/lib-scriptpackages/StdSuites/Table_Suite.py
index b5a8ff3..0e62666 100644
--- a/Mac/Lib/lib-scriptpackages/StdSuites/Table_Suite.py
+++ b/Mac/Lib/lib-scriptpackages/StdSuites/Table_Suite.py
@@ -70,7 +70,7 @@ table._propdict = {
table._elemdict = {
}
_Enum_prtn = {
- 'read_only' : 'nmod', # Can¹t change values or formulas
+ 'read_only' : 'nmod', # CanÕt change values or formulas
'formulas_protected' : 'fpro', # Can changes values but not formulas
'read_2f_write' : 'modf', # Can change values and formulas
}
diff --git a/Mac/Lib/lib-scriptpackages/StdSuites/Text_Suite.py b/Mac/Lib/lib-scriptpackages/StdSuites/Text_Suite.py
index de879ef..2f18df1 100644
--- a/Mac/Lib/lib-scriptpackages/StdSuites/Text_Suite.py
+++ b/Mac/Lib/lib-scriptpackages/StdSuites/Text_Suite.py
@@ -75,7 +75,7 @@ class uniform_styles(aetools.NProperty):
# element 'cwor' as ['indx']
class text_flow(aetools.ComponentItem):
- """text flow - A contiguous block of text. Page layout applications call this a Œstory.¹ """
+ """text flow - A contiguous block of text. Page layout applications call this a •story.Õ """
want = 'cflo'
# repeated property _3c_inheritance_3e_ inherits some of its properties from this class
class name(aetools.NProperty):