fixed commit spec;
authorwenzelm
Wed, 06 Jan 1999 15:00:12 +0100
changeset 6067 0f8ab32093ae
parent 6066 f4f0d637747c
child 6068 2d8f3e1f1151
fixed commit spec;
doc-src/Ref/introduction.tex
--- 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