[Omake] [PATCH] Doc fix: out-string seems to be called out-contents
David Kågedal
davidk at lysator.liu.se
Wed Jun 20 00:51:16 PDT 2007
I didn't commit this myself since I think I have a different hevea
version than you, so I can't commit the generated documentation.
But I'm a bit suspocious against having checked-in files that are
actually built.
diff --git a/src/builtin/omake_builtin_io.ml b/src/builtin/omake_builtin_io.ml
index 2cc2285..bd62507 100644
--- a/src/builtin/omake_builtin_io.ml
+++ b/src/builtin/omake_builtin_io.ml
@@ -114,14 +114,14 @@ let open_in_string venv pos loc args =
(*
* \begin{doc}
- * \twofuns{open-out-string}{out-string}
+ * \twofuns{open-out-string}{out-contents}
* The \verb+open-out-string+ creates a channel that writes to a
* string instead of a file. The string may be retrieved with the
- * \verb+out-string+ function.
+ * \verb+out-contents+ function.
*
* \begin{verbatim}
* $(open-out-string) : Channel
- * $(out-string chan) : String
+ * $(out-contents chan) : String
* chan : OutChannel
* \end{verbatim}
* \end{doc}
--
1.5.2.1.137.g0ad70
--
David Kågedal
More information about the OMake-Devel
mailing list