aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 26ce4c4c..a3f47cbe 100644
--- a/CHANGES
+++ b/CHANGES
@@ -69,8 +69,8 @@ contributed by Lucas Dixon (lucasd@dai.ed.ac.uk)
** Coq Changes
*** New Feature: There are some configurable variables that allow the
- user to register his own tactics and commands. Tactics and
- commands are split into backable (resp. undoable), i.e. which need
+ user to register his own tactics and commands. commands and
+ Tactics are split into backable (resp. undoable), i.e. which need
"Back" (resp. "Undo") to be backtracked and not backable
(resp. not undoable). We give an example of existing commands that
fit each category.