# HG changeset patch # User jbe # Date 1449635022 -3600 # Node ID ae1a66bb6b7dbdb6618f912ea1082aac74fa0ee3 # Parent 912a1b9c25518c82d6640e1490b677a6c6436238 Fixed error in autodoc documentation of :quote_binary(...) diff -r 912a1b9c2551 -r ae1a66bb6b7d libraries/mondelefant/mondelefant_native.autodoc.lua --- a/libraries/mondelefant/mondelefant_native.autodoc.lua Wed Dec 09 03:46:43 2015 +0100 +++ b/libraries/mondelefant/mondelefant_native.autodoc.lua Wed Dec 09 05:23:42 2015 +0100 @@ -135,7 +135,7 @@ --[[-- quoted_encoded_data = -- encoded and quoted data (as Lua string) -:quote_string( +:quote_binary( raw_data -- data (as Lua string) to encode and quote )