diff --git a/Doc/Manual/Lua.html b/Doc/Manual/Lua.html
index 3856c98ec..e66c1c7f3 100644
--- a/Doc/Manual/Lua.html
+++ b/Doc/Manual/Lua.html
@@ -1355,12 +1355,15 @@ if (!SWIG_IsOK(SWIG_ConvertPtr( .....)){
SWIG_fail_arg(char* func_name,int argnum,char* type)
-This macro, when called within the context of a SWIG wrappered function, will display the error message and jump to the error handler code. The error message is of the form "Error in func_name (arg argnum), expected 'type' got 'whatever the type was'"
+This macro, when called within the context of a SWIG wrappered function, will display the error message and jump to the error handler code. The error message is of the form
+
+"Error in func_name (arg argnum), expected 'type' got 'whatever the type was'"
+
SWIG_fail_ptr(const char* fn_name,int argnum,swig_type_info* type);
-Similar to SWIG_fail_arg, except that it will display the swig_type_info information instead.
+Similar to SWIG_fail_arg, except that it will display the swig_type_info information instead.
23.6 Customization of your Bindings