diff options
| -rw-r--r-- | coq/coq-syntax.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq-syntax.el b/coq/coq-syntax.el index 54349f72..bbca7abc 100644 --- a/coq/coq-syntax.el +++ b/coq/coq-syntax.el @@ -236,7 +236,7 @@ Print and Check commands, put the following line in your .emacs: "SearchRewrite" "Set\\s-+Hyps_limit" "Set\\s-+Undo" - "Set\\s-+Set\\s-+Printing\\s-+Coercion[^s]" + "Set\\s-+Printing\\s-+Coercion[^s]" "Show" "Test\\s-+Printing\\s-+If" "Test\\s-+Printing\\s-+Let" |
