aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Tassi2014-09-08 14:00:28 +0200
committerEnrico Tassi2014-09-09 13:11:38 +0200
commite62aa755e79fbdf69e1073c272ae417fbe9e2a4f (patch)
tree613e54abc3ec647a673fe8f73596ee8779bd2094
parent44b3d1e0a5b51601a4b4e70e5c707dd4821e40da (diff)
Documenting the new Undo semantics
-rw-r--r--CHANGES1
-rw-r--r--doc/refman/RefMan-pro.tex6
2 files changed, 2 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 8398853762..8fae9fb6f4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -59,6 +59,7 @@ Vernacular commands
Coq: terms, modules, tactics, etc. The old behaviour of the command can be
retrieved using the "Locate Term" command.
- New "Derive" command to help writing program by derivation.
+- "Undo" undoes any command, not just tactics.
Specification Language
diff --git a/doc/refman/RefMan-pro.tex b/doc/refman/RefMan-pro.tex
index c05fc829e4..3e72816db9 100644
--- a/doc/refman/RefMan-pro.tex
+++ b/doc/refman/RefMan-pro.tex
@@ -199,13 +199,9 @@ and turns it into a goal.
\subsection[\tt Undo.]{\tt Undo.\comindex{Undo}}
-This command cancels the effect of the last tactic command. Thus, it
+This command cancels the effect of the last command. Thus, it
backtracks one step.
-\begin{ErrMsgs}
-\item \errindex{No focused proof (No proof-editing in progress)}
-\end{ErrMsgs}
-
\begin{Variants}
\item {\tt Undo {\num}.}