# # # patch "monotone.texi" # from [c24cb62f61e05cf67714f4667960d21b3251ec67] # to [7055d43032b09c32aa3248ee2889249783325b40] # ============================================================ --- monotone.texi c24cb62f61e05cf67714f4667960d21b3251ec67 +++ monotone.texi 7055d43032b09c32aa3248ee2889249783325b40 @@ -8945,7 +8945,9 @@ @section Additional Lua Functions @item mtn_automate( ... ) The mtn_automate function calls the the monotone automate command passed in -its arguments. The output from the automate command is returned as a string. +its arguments. The result of the call is a pair of strings, the first +being the output from the automate command, and the second being the text +of any warnings output by the automate command. This function is not for use in ordinary hooks, but rather for lua based commands as defined by @code{register_command()}.