aboutsummaryrefslogtreecommitdiff
path: root/coq/coq-syntax.el
diff options
context:
space:
mode:
authorCyril Anaclet2020-05-20 14:19:14 +0200
committerAnaclet2020-05-29 11:05:58 +0200
commit22681a3caf2c8f45700585ea74dffbf48bb2ac19 (patch)
tree40570f1694889d27d66e3a4d9e5f4019bb06995e /coq/coq-syntax.el
parent04aff704f3d13452bc5c52ff860c5ab564539632 (diff)
Apply reviews of @erikmd
Diffstat (limited to 'coq/coq-syntax.el')
-rw-r--r--coq/coq-syntax.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq-syntax.el b/coq/coq-syntax.el
index 3ae7fbca..47869aed 100644
--- a/coq/coq-syntax.el
+++ b/coq/coq-syntax.el
@@ -1305,7 +1305,7 @@ It is used:
(defconst coq-show-proof-diffs-regexp
- "^[ ]*Show Proof\\( Diffs\\| Diffs removed\\)?\\.$")
+ "\\bShow Proof\\(?: Diffs\\| Diffs removed\\)?\\.\\b")
(defconst coq-save-command-regexp
;; FIXME: The surrounding grouping parens are probably not needed.