aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-syntax.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2002-08-31 13:14:51 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2002-08-31 13:14:51 +0000
commita1dc80ab120070366cc2f67c8f2511d3130826b0 (patch)
tree1bcf494ef4a124ed6fbc0b5287a6e3d99143105a /generic/proof-syntax.el
parent18f9818742594d7481e0095322f697c1b6e7331e (diff)
Documentation.
Diffstat (limited to 'generic/proof-syntax.el')
-rw-r--r--generic/proof-syntax.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/generic/proof-syntax.el b/generic/proof-syntax.el
index e912c1b7..72848f64 100644
--- a/generic/proof-syntax.el
+++ b/generic/proof-syntax.el
@@ -134,11 +134,11 @@ Default is comma separated, or SEPREGEXP if set."
proof-id "\\)*"))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;; A big hack to unfontify commas in declarations and definitions. ;;
-;; Useful for provers which have declarations of the form x,y,z:Ty ;;
-;; All that can be said for it is that the previous way of doing ;;
-;; this was even more bogus. ;;
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;
+;; A function to unfontify commas in declarations and definitions.
+;; Useful for provers which have declarations of the form x,y,z:Ty
+;; All that can be said for it is that the previous ways of doing
+;; this were even more bogus....
(defun proof-zap-commas (limit)
"Remove the face of all `,' from point to LIMIT.