diff options
| author | David Aspinall | 1998-11-25 12:30:28 +0000 |
|---|---|---|
| committer | David Aspinall | 1998-11-25 12:30:28 +0000 |
| commit | 78f082720170741f57c36216ea4b47c8a1ec2409 (patch) | |
| tree | 293a22f6772f46ebc434d18a9fa39bbc4e128550 /generic/proof-shell.el | |
| parent | eafab4576e07b8b6b65ebee418dde82c63ba4703 (diff) | |
Docstring fixes
Diffstat (limited to 'generic/proof-shell.el')
| -rw-r--r-- | generic/proof-shell.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/proof-shell.el b/generic/proof-shell.el index 1216e337..996ffa65 100644 --- a/generic/proof-shell.el +++ b/generic/proof-shell.el @@ -795,6 +795,9 @@ assistant." ;; FIXME: note: removed optional 'relaxed' arg (defun proof-start-queue (start end alist) + "Begin processing a queue of commands in ALIST. +If START is non-nil, START and END are buffer positions in the +active scripting buffer for the queue region." (if start (proof-set-queue-endpoints start end)) (let (item) |
