Update Doku aus Driversourcen
Change-Id: I455f0813b970151089b3dc1b8d9407eea323cdd1
diff --git a/doc/master/compile_object b/doc/master/compile_object
index 1b55658..b9425bd 100644
--- a/doc/master/compile_object
+++ b/doc/master/compile_object
@@ -1,11 +1,11 @@
SYNOPSIS
- object compile_object(string filename)
+ object compile_object(string filename)
DESCRIPTION
- This function is caled if the interpreter cannot find the
- file for an object to be loaded. The master object has now
- the opportunity to return an object that will then serve as if
- compiled from the given filename.
+ This function is caled if the interpreter cannot find the
+ file for an object to be loaded. The master object has now
+ the opportunity to return an object that will then serve as if
+ compiled from the given filename.
- If 0 is returned, the usual ``Could not load descr for'' error
- will occur.
+ If 0 is returned, the usual "Could not load descr for" error
+ will occur.