aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMakarius Wenzel1999-05-26 16:22:46 +0000
committerMakarius Wenzel1999-05-26 16:22:46 +0000
commit7cac5479cada3c8a2d90d685d735c98aac32720e (patch)
tree90cd5d426e538341bce778c8bff6ee64645de6dc
parentf582f005a4b337deef93995db1a918ea34a6c6d5 (diff)
closed string in comment;
-rw-r--r--coq/coq.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq.el b/coq/coq.el
index bc4667e2..b25e2777 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -319,7 +319,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; "Case" is represented by 'c' on the stack, and
-;; "CoInductive is represented by 'C'.
+;; "CoInductive" is represented by 'C'.
(defun coq-stack-to-indent (stack)
(cond
((null stack) 0)