(lib<all sorts of stuff>.tex):
	Merged in many typo corrections and fixes to support GNU info
	processing; submitted by Tamito Kajiyama.
diff --git a/Doc/libfuncs.tex b/Doc/libfuncs.tex
index 39cb02b..9e7d4c1 100644
--- a/Doc/libfuncs.tex
+++ b/Doc/libfuncs.tex
@@ -397,7 +397,7 @@
 arbitrary ways when reloaded.
 
 If a module imports objects from another module using \code{from}
-{\ldots} \code{import} {\ldots}, calling \code{reload()} for the other
+\ldots{} \code{import} \ldots{}, calling \code{reload()} for the other
 module does not redefine the objects imported from it --- one way
 around this is to re-execute the \code{from} statement, another is to
 use \code{import} and qualified names (\var{module}.\var{name})