aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/proof-compat.el
diff options
context:
space:
mode:
authorGravatar Erik Martin-Dorel <erik@martin-dorel.org>2018-08-23 00:01:12 +0200
committerGravatar Erik Martin-Dorel <erik@martin-dorel.org>2018-08-23 01:23:31 +0200
commit86d22428959a0f5aecef270e0f4dd7d4b5712fc3 (patch)
tree676fe59b7644498172f96b6da605745a6bf71a13 /lib/proof-compat.el
parent3ba86af3271111cb056676c631b7caa6897e06f1 (diff)
Fix most doc issues raised by (checkdoc)
Diffstat (limited to 'lib/proof-compat.el')
-rw-r--r--lib/proof-compat.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/proof-compat.el b/lib/proof-compat.el
index 4c1fa5b2..abbdb465 100644
--- a/lib/proof-compat.el
+++ b/lib/proof-compat.el
@@ -141,6 +141,5 @@ The value returned is the value of the last form in BODY."
(if (and (symbolp this-command) (get this-command 'completion-function))
(funcall (get this-command 'completion-function)))))
-
-;; End of proof-compat.el
(provide 'proof-compat)
+;;; proof-compat.el ends here