aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-script.el
diff options
context:
space:
mode:
authorDavid Aspinall1998-11-25 12:30:28 +0000
committerDavid Aspinall1998-11-25 12:30:28 +0000
commit78f082720170741f57c36216ea4b47c8a1ec2409 (patch)
tree293a22f6772f46ebc434d18a9fa39bbc4e128550 /generic/proof-script.el
parenteafab4576e07b8b6b65ebee418dde82c63ba4703 (diff)
Docstring fixes
Diffstat (limited to 'generic/proof-script.el')
-rw-r--r--generic/proof-script.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/proof-script.el b/generic/proof-script.el
index e9b05d2a..7f248dba 100644
--- a/generic/proof-script.el
+++ b/generic/proof-script.el
@@ -729,8 +729,9 @@ the next command end."
alist)))
(defun proof-semis-to-vanillas (semis &optional callback-fn)
- "Convert a sequence of semicolon positions (returned by the above
-function) to a set of vanilla extents."
+ "Convert a sequence of terminator positions to a set of vanilla extents.
+Proof terminator positions SEMIS has the form returned by
+the function proof-segment-up-to."
(let ((ct (proof-unprocessed-begin)) span alist semi)
(while (not (null semis))
(setq semi (car semis)