diff options
author | Emilio Jesus Gallego Arias <e+git@x80.org> | 2017-05-17 20:55:32 +0200 |
---|---|---|
committer | Emilio Jesus Gallego Arias <e+git@x80.org> | 2017-05-23 01:37:24 +0200 |
commit | 3c0d8d08bda81b9fbd7210e4e352a08bbe8219e8 (patch) | |
tree | 22c4573182302aa493a18f275833e2fdf78306c9 /doc/refman | |
parent | 11851daee3a14f784cc2a30536a8f69be62c4f62 (diff) |
[vernac] Remove `Save.` command.
It has been deprecated for a while in favor of `Qed`.
Diffstat (limited to 'doc/refman')
-rw-r--r-- | doc/refman/RefMan-pro.tex | 5 | ||||
-rw-r--r-- | doc/refman/RefMan-tus.tex | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/doc/refman/RefMan-pro.tex b/doc/refman/RefMan-pro.tex index 8ba28b32f..7e2b9db24 100644 --- a/doc/refman/RefMan-pro.tex +++ b/doc/refman/RefMan-pro.tex @@ -90,11 +90,6 @@ memory overflow. Defines the proved term as a transparent constant. -\item {\tt Save.} -\comindex{Save} - - This is a deprecated equivalent to {\tt Qed}. - \item {\tt Save {\ident}.} Forces the name of the original goal to be {\ident}. This command diff --git a/doc/refman/RefMan-tus.tex b/doc/refman/RefMan-tus.tex index 017de6d48..7e5bb81a9 100644 --- a/doc/refman/RefMan-tus.tex +++ b/doc/refman/RefMan-tus.tex @@ -707,7 +707,7 @@ Once all the existential variables have been defined the derivation is completed, and a construction can be generated from the proof tree, replacing each of the existential variables by its definition. This is exactly what happens when one of the commands -\texttt{Qed}, \texttt{Save} or \texttt{Defined} is invoked +\texttt{Qed} or \texttt{Defined} is invoked (see Section~\ref{Qed}). The saved theorem becomes a defined constant, whose body is the proof object generated. |