From ca4382707740ec9f3a024d3a5ea2b995fafe247e Mon Sep 17 00:00:00 2001
From: William S Fulton
It is often necessary to include user-defined code
into the automatically generated interface files. For example, when building
diff --git a/Doc/Manual/R.html b/Doc/Manual/R.html
index 0e3aac30b..461058a3a 100644
--- a/Doc/Manual/R.html
+++ b/Doc/Manual/R.html
@@ -14,9 +14,9 @@
@@ -798,6 +799,7 @@
@@ -1364,9 +1366,9 @@
diff --git a/Doc/Manual/Lisp.html b/Doc/Manual/Lisp.html
index d462f339e..ca2d0414e 100644
--- a/Doc/Manual/Lisp.html
+++ b/Doc/Manual/Lisp.html
@@ -16,7 +16,7 @@
@@ -570,6 +570,7 @@ If you have any questions, suggestions, patches, etc., related to CFFI
@@ -127,7 +127,7 @@ wrapping over the underlying functions and rely on the R type system
to provide R syntax.
21.2.4 Inserting user code into generated files
+
@@ -136,7 +136,7 @@ and [ are overloaded to allow for R syntax (one based indices and slices)
-@@ -148,7 +148,7 @@ keep track of the pointer object which removes the necessity for a lot of the proxy class baggage you see in other languages.
-