Skip to content

Commit

Permalink
Merge pull request #827 from mgoszcz2/patch-1
Browse files Browse the repository at this point in the history
Fix broken hlp.js help paths
  • Loading branch information
e9gille authored Jan 11, 2022
2 parents 7d77c3d + 9891cef commit aa40802
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/hlp.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
for (let i = 0; i < a.length; i++) h[`)${a[i]}`] = u + a[i] + q;

u = `${p}Language/System Functions/`;
h.SYSFNS = `${u}System Functions Categorised${q}`;
h.SYSFNS = `${u}Summary Tables/System Functions Categorised${q}`;
h['⍞'] = `${u}Character Input Output${q}`;
h['⎕'] = `${u}Evaluated Input Output${q}`;
h['⎕á'] = `${u}Underscored Alphabetic Characters${q}`;
Expand Down Expand Up @@ -53,17 +53,17 @@
181: 'Unsqueezed Type',
200: 'Syntax Colouring',
201: 'Syntax Colour Tokens',
219: 'Compress/Decompress Vector of Short Integers',
220: 'Serialise/Deserialise Array',
219: 'Compress Vector of Short Integers',
220: 'Serialise Array',
400: 'Compiler Control',
600: 'Trap Control',
739: 'Temporary Directory',
819: 'Case Convert',
900: 'Called Monadically',
950: 'Loaded Libraries',
1111: 'Number of Threads',
1111: 'Number Of Threads',
1112: 'Parallel Execution Threshold',
1159: 'Update Function Time and User Stamp',
1159: 'Update Function Timestamp',
1500: 'Hash Array',
2000: 'Memory Manager Statistics',
2002: 'Specify Workspace Available',
Expand All @@ -72,7 +72,7 @@
2014: 'Remove Data Binding', // W
2015: 'Create Data Binding Source', // W
2016: 'Create .NET Delegate', // W
2017: 'Identify .NET Type', // W
2017: 'Identify NET Type', // W
2022: 'Flush Session Caption', // W
2023: 'Close All Windows',
2035: 'Set Dyalog Pixel Type', // W
Expand All @@ -81,8 +81,8 @@
2101: 'Close .NET AppDomain', // W
2400: 'Set Workspace Save Options',
2401: 'Expose Root Properties',
2501: 'Discard thread on exit', // W
2502: 'Discard parked threads', // W
2501: 'Discard Thread on Exit', // W
2502: 'Discard Parked Threads', // W
2503: 'Mark Thread as Uninterruptible',
2520: 'Use Separate Thread For .NET',
2704: 'Continue Autosave',
Expand Down

0 comments on commit aa40802

Please sign in to comment.