# HG changeset patch # User Bryan O'Sullivan # Date 2006-08-23 00:01:24 # Node ID 06696f9c30c0a2d61dcc18c2aa26e96485bdd09f # Parent e2bad806ccc3716abd9dc490e60854db881a42ca mq.el: Add comment to mq-edit-finish. diff --git a/contrib/mq.el b/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!"))