aboutsummaryrefslogtreecommitdiff
path: root/coq
diff options
context:
space:
mode:
Diffstat (limited to 'coq')
-rw-r--r--coq/coq-abbrev.el16
1 files changed, 8 insertions, 8 deletions
diff --git a/coq/coq-abbrev.el b/coq/coq-abbrev.el
index 29fc9b96..c73b4e4d 100644
--- a/coq/coq-abbrev.el
+++ b/coq/coq-abbrev.el
@@ -195,14 +195,14 @@
)
("Notations"
"COMMAND ABBREVIATION"
- ["Infix inf<C-BS>" (holes-insert-and-expand "inf") t]
- ["Notation (no assoc) nota<C-BS>" (holes-insert-and-expand "nota") t]
- ["Notation (assoc) notas<C-BS>" (holes-insert-and-expand "notas") t]
- ["Notation (no assoc, scope) notasc<C-BS>" (holes-insert-and-expand "notasc") t]
- ["Notation (assoc, scope) notassc<C-BS>" (holes-insert-and-expand "notassc") t]
- ""
- ["Notation (simple) nots<C-BS>" (holes-insert-and-expand "nots") t]
- ["Notation (simple,local) notsl<C-BS>" (holes-insert-and-expand "nots") t]
+ ["Infix inf<C-BS>" (holes-insert-and-expand "inf") t]
+ ["Notation (no assoc) nota<C-BS>" (holes-insert-and-expand "nota") t]
+ ["Notation (assoc) notas<C-BS>" (holes-insert-and-expand "notas") t]
+ ["Notation (no assoc, scope) notasc<C-BS>" (holes-insert-and-expand "notasc") t]
+ ["Notation (assoc, scope) notassc<C-BS>" (holes-insert-and-expand "notassc") t]
+ ""
+ ["Notation (simple) nots<C-BS>" (holes-insert-and-expand "nots") t]
+ ["Notation (simple,local) notsl<C-BS>" (holes-insert-and-expand "nots") t]
)
)