-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1bb6f65
commit 4d3d28c
Showing
1 changed file
with
0 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,9 +68,6 @@ DockButton::usage = "DockButton[name] represents a button that can be added to t | |
$DockButtons::usage = "$DockButtons is a list of defined dock buttons"; | ||
CreateDock::usage = "CreateDock[] adds a dock with useful buttons to your notebook session"; | ||
CreateDockButton::usage = "CreateDockButton[ assoc ] creates a new dock button from association 'assoc' and add it to $DockButtons"; | ||
(* support *) | ||
CrashDumps::usage = "CrashDumps[] returns the list of crash dumps in $CrashDumpsDirectory. CrashDumps[dir] returns the list of crash dumps in directory 'dir'"; | ||
ReportCrashDump::usage = "ReportCrashDump[assoc] emails a crash report to [email protected], using association 'assoc'"; | ||
(* resources *) | ||
$LocalResourceObjects::usage = "$LocalResourceObjects gives the current local resource objects on your machine"; | ||
ResourceObjectManager::usage = "ResourceObjectManager[objects] gives an interface to manage resource objects"; | ||
|
@@ -80,8 +77,6 @@ DeletePersistentObjects::usage = "DeletePersistentObjects[] locates and permanen | |
$AppDataDirectory::usage = "$AppDataDirectory (Windows only) typically points to $HomeDirectory\\AppData"; | ||
$LocalAppDataDirectory::usage = "$LocalAppDataDirectory (Windows only) typically points to $HomeDirectory\\AppData\\Local"; | ||
$RoamingAppDataDirectory::usage = "$RoamingAppDataDirectory (Windows only) typically points to $HomeDirectory\\AppData\\Roaming"; | ||
$CrashDumpsDirectory::usage = "$CrashDumpsDirectory points to the crash dump directory for your operating system"; | ||
$DiagnosticReportsDirectory::usage = "$DiagnosticReportsDirectory (MacOSX only) typically points to $HomeDirectory/Library/Logs/DiagnosticReports"; | ||
(* ordinal parts *) | ||
Second::usage = "Second[expr] gives Part[expr,2]"; | ||
Third::usage = "Third[expr] gives Part[expr,3]"; | ||
|