aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2000-09-29 17:23:50 +0000
committerDavid Aspinall2000-09-29 17:23:50 +0000
commitb88e60df1c96180660c1311454d4cd933fc6e8b7 (patch)
tree325e4ee353aaae28747d02c9667d95fb60cd0b64
parent0371ed89d98822dfd030b893ec63692958f73f4f (diff)
Default for proof-comment-end that doesn't cause looping in searching for comment end.
-rw-r--r--generic/proof-config.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index 3e4e6709..1c7b75f7 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -878,9 +878,9 @@ but you can set this variable to something else more precise if necessary."
:type 'string
:group 'proof-script)
-(defcustom proof-comment-end ""
+(defcustom proof-comment-end "\n"
"String which ends a comment in the proof assistant command language.
-The script buffer's comment-end is set to this string plus a space.
+The script buffer's comment-end is set to a space plus this string.
See also `proof-comment-start'.
You should set this variable for reliable working of Proof General,"