PennMUSH Community

Ticket #7652: pennfunc.patch.txt

File pennfunc.patch.txt, 411 bytes (added by ray73864, 5 months ago)

Patch for pennfunc.hlp so that the 'see also' reference for left() has right() instead of left()

Line 
1 *** pennfunc.hlp.old    Fri Jul  4 12:05:46 2008
2 --- pennfunc.hlp    Fri Jul  4 12:06:13 2008
3 ***************
4 *** 2019,2025 ****
5  
6     Returns the first <length> characters from string.
7  
8 ! See also: left(), mid()
9   & NSLEMIT()
10   & LEMIT()
11     lemit(<message>)
12 --- 2019,2025 ----
13  
14     Returns the first <length> characters from string.
15  
16 ! See also: right(), mid()
17   & NSLEMIT()
18   & LEMIT()
19     lemit(<message>)