aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Arnaud Spiwack <arnaud@spiwack.net>2014-09-08 10:09:39 +0200
committerGravatar Arnaud Spiwack <arnaud@spiwack.net>2014-09-08 10:58:23 +0200
commitf815118ceec3b9adb8a24f34a7361fe14075ed53 (patch)
tree3b7cc94a9dcb3d8abf0831a846cf391d66fa8ee2 /CHANGES
parentc36b32d60d620612a2e216c0ae10ce5bddca4367 (diff)
CHANGES: [revgoals].
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 6982b63ff..80ac8987b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -90,7 +90,7 @@ Tactics
default.
* A corresponding new option Set Default Goal Selector "all" makes
the tactics in scripts be applied to all the focused goal by default
- * New tactics "cycle" and "swap" to reorder goals.
+ * New tactics "revgoals", "cycle" and "swap" to reorder goals.
* The semantics of recursive tactics (introduced with Ltac t :=
... or let rec t := ... in ...) changes slightly as t is now
applied to every goal not each goal independently, in particular