aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-depends.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2002-08-16 16:48:03 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2002-08-16 16:48:03 +0000
commitde7d43bf2f03c42dab34be88be5a94b6b50a9edc (patch)
tree6fc88074e95fb952ae860643a64a6eca60a0aa3e /generic/proof-depends.el
parentb4dea574ab1cae343f127c08e4af8a0b099afc3b (diff)
Docstring.
Diffstat (limited to 'generic/proof-depends.el')
-rw-r--r--generic/proof-depends.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/generic/proof-depends.el b/generic/proof-depends.el
index af83afe9..9907f3a5 100644
--- a/generic/proof-depends.el
+++ b/generic/proof-depends.el
@@ -170,9 +170,11 @@ If LIST is empty, return a disabled menu item with NAME."
(skip-chars-forward " \t\n"))
(defun proof-show-dependency (thm)
- "Show dependency THM using `proof-show-dependency-cmd'."
+ "Show dependency THM using `proof-show-dependency-cmd'.
+This is simply to display the dependency somehow."
(if proof-shell-show-dependency-cmd ;; robustness
- (proof-shell-invisible-command (format proof-shell-show-dependency-cmd thm))))
+ (proof-shell-invisible-command
+ (format proof-shell-show-dependency-cmd thm))))
(defconst pg-dep-span-priority 500)
(defconst pg-ordinary-span-priority 100)