aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-09-13 14:59:06 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-09-13 14:59:06 +0000
commit7139ed1fbdcab00bb678e4a9897f3d80bd087098 (patch)
treef6a9ec6e1c69ab303ab76a3fca081de6148c5f5f /generic
parent028b7c1f82ca18be794dc3941087f6c127169fe4 (diff)
Remove ambitious promise to implement proper generic-find-and-forget.
Diffstat (limited to 'generic')
-rw-r--r--generic/proof-script.el11
1 files changed, 5 insertions, 6 deletions
diff --git a/generic/proof-script.el b/generic/proof-script.el
index a3b7d63e..c3a22a4c 100644
--- a/generic/proof-script.el
+++ b/generic/proof-script.el
@@ -2790,13 +2790,12 @@ This is a long-range forget: we know that there is no
open goal at the moment, so forgetting involves unbinding
declarations, etc, rather than undoing proof steps.
-CURRENTLY UNIMPLEMENTED: just returns proof-no-command.
-Check the lego-find-and-forget or coq-find-and-forget
-functions for examples of how to write this function.
+Currently this has a trivial implementation: it
+just returns proof-no-command, meaning `do nothing'.
-In the next release of Proof General, there will be
-a generic implementation of this."
- ;; FIXME: come true on the promise above!
+Check the lego-find-and-forget or coq-find-and-forget
+functions for examples of how to write this function."
+ ;; FIXME: implement a useful generic find-and-forget
proof-no-command)
;;