doc-src/Ref/introduction.tex
changeset 6067 0f8ab32093ae
parent 5371 e27558a68b8d
child 6343 97c697a32b73
--- a/doc-src/Ref/introduction.tex	Wed Jan 06 14:21:44 1999 +0100
+++ b/doc-src/Ref/introduction.tex	Wed Jan 06 15:00:12 1999 +0100
@@ -94,7 +94,7 @@
 \begin{ttbox} 
 quit    : unit -> unit
 exit    : int -> unit
-commit  : unit -> unit
+commit  : unit -> bool
 \end{ttbox}
 \begin{ttdescription}
 \item[\ttindexbold{quit}();] ends the Isabelle session, without saving
@@ -104,7 +104,8 @@
   code \(i\) to the operating system.
 
 \item[\ttindexbold{commit}();] saves the current state without ending
-  the session, provided that the logic image is opened read-write.
+  the session, provided that the logic image is opened read-write;
+  return value {\tt false} indicates an error.
 \end{ttdescription}
 
 Typing control-D also finishes the session in essentially the same way