# # # patch "monotone.texi" # from [6addfd38ed2d074ef28f207dda2f12d476da881e] # to [8e98f7e4f142ddf01b366ca1485ad96c8dcdf716] # ============================================================ --- monotone.texi 6addfd38ed2d074ef28f207dda2f12d476da881e +++ monotone.texi 8e98f7e4f142ddf01b366ca1485ad96c8dcdf716 @@ -8996,7 +8996,7 @@ @section Additional Lua Functions @item register_command(@var{name}, @var{abstract}, @var{description}, @var{function}) Add a command named @var{name} to the @var{user} command group in monotone. This function is -normally called directly from a @files{monotonerc} file rather than a hook. When the user issues the +normally called directly from a @file{monotonerc} file rather than a hook. When the user issues the registered command, monotone will call the lua @var{function} name supplied. That function would then normally use mtn_automate() calls to service the request.