@@ -65,7 +65,7 @@ menu but only in interactive completions.
65
65
Example of what could be in your emacs init file:
66
66
67
67
\( defvar coq-user-tactics-db
68
- '(
68
+ \\= '(
69
69
(\" mytac\" \" mt\" \" mytac # #\" t \" mytac\" )
70
70
(\" myassert by\" \" massb\" \" myassert ( # : # ) by #\" t \" assert\" )
71
71
))
@@ -354,19 +354,19 @@ See `coq-syntax-db' for DB structure."
354
354
355
355
(defconst coq-solve-tactics-face 'coq-solve-tactics-face
356
356
" Expression that evaluates to a face.
357
- Required so that 'coq-solve-tactics-face is a proper facename" )
357
+ Required so that \\= 'coq-solve-tactics-face is a proper facename" )
358
358
359
359
(defconst coq-cheat-face 'coq-cheat-face
360
360
" Expression that evaluates to a face.
361
- Required so that 'coq-cheat-face is a proper facename" )
361
+ Required so that \\= 'coq-cheat-face is a proper facename" )
362
362
363
363
(defconst coq-symbol-binder-face 'coq-symbol-binder-face
364
364
" Expression that evaluates to a face.
365
- Required so that 'coq-symbol-binder-face is a proper facename" )
365
+ Required so that \\= 'coq-symbol-binder-face is a proper facename" )
366
366
367
367
(defconst coq-symbol-face 'coq-symbol-face
368
368
" Expression that evaluates to a face.
369
- Required so that 'coq-symbol-binder-face is a proper facename" )
369
+ Required so that \\= 'coq-symbol-binder-face is a proper facename" )
370
370
371
371
(defconst coq-question-mark-face 'coq-question-mark-face )
372
372
0 commit comments