[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: 5.1 Manual correction
- From: "D Burgess" <dburgess@...>
- Date: Wed, 29 Mar 2006 12:19:39 +1000
debug.traceback ([message])
Returns a string with a traceback of the call stack. An optional
message string is appended at the beginning of the traceback. This
function is typically used with xpcall to produce better error
messages.
should read
An optional message string is prepended to the traceback message.
or
An optional message string is placed at the beginning of the traceback.
DB