aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--folkwisdom.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/folkwisdom.md b/folkwisdom.md
index 4f6d354eb..a41d1532f 100644
--- a/folkwisdom.md
+++ b/folkwisdom.md
@@ -210,8 +210,8 @@ once the issue has been found and fixed. If rewriting picks the wrong
one altogether), troubleshoot that separately: check that `pose proof
(_:@Equivalence T equiv)` or `pose(_:Proper (equiv1==>equiv2) f)` give the right
answer, and if not, `Set Typeclasses Debug` and read the log (which is in the
-hidden `*coq*` buffer in `proofgeneral`). A useful heuristic for reading that
-log is to look for the first place where the resolution backtracks and then read
+hidden `*coq*` buffer in Proof General). A useful heuristic for reading that log
+is to look for the first place where the resolution backtracks and then read
backwards from there.
5. To perform multiple rewrites at once, make rewrite hint database and call
`(rewrite_strat topdown hints dbname).` where `topdown` can be replaced