aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-syntax.el
diff options
context:
space:
mode:
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 27e4668e..ff62785d 100644
--- a/coq/coq-syntax.el
+++ b/coq/coq-syntax.el
@@ -901,7 +901,7 @@ It is used:
"A regexp indicating that the Coq process has identified an error.")
(defvar coq-id proof-id)
-(defvar coq-id-shy "\\(?:\\w\\(?:\\w\\|\\s_\\)*\\)")
+(defvar coq-id-shy "\\(?:\\w\\|\\s_\\)+")
; do not use proof-ids with a space separator!
(defvar coq-ids (concat proof-id "\\(" "\\s-+" proof-id "\\)*"))