mq.el: Add comment to mq-edit-finish.
authorBryan O'Sullivan <bos@serpentine.com>
Tue, 22 Aug 2006 17:01:24 -0700
changeset 2996 06696f9c30c0
parent 2995 e2bad806ccc3
child 3008 6e49bb42620b
mq.el: Add comment to mq-edit-finish.
contrib/mq.el
--- a/contrib/mq.el
+++ b/contrib/mq.el
@@ -216,6 +216,7 @@ This would become the active patch if po
   (mq-patch-info "qprev" "Previous"))
 
 (defun mq-edit-finish ()
+  "Finish editing the description of this patch, and refresh the patch."
   (interactive)
   (unless (equal (mq-patch-info "qtop") mq-top)
     (error "Topmost patch has changed!"))