diff options
| -rw-r--r-- | coq/coq.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
