From: Gustav HÃ¥llberg Date: Wed, 28 Oct 2009 11:21:07 +0000 (+0100) Subject: stgit.el: Improve help text on stgit-goto X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/commitdiff_plain/48d0a85006ac9c58a277391ffdae5560f0a75cbb stgit.el: Improve help text on stgit-goto Signed-off-by: Gustav HÃ¥llberg Signed-off-by: Karl Wiberg --- diff --git a/contrib/stgit.el b/contrib/stgit.el index 7ab17a9..9734cb4 100644 --- a/contrib/stgit.el +++ b/contrib/stgit.el @@ -1499,7 +1499,9 @@ If ONLY-PATCHES is not nil, exclude index and work tree." (stgit-reload)) (defun stgit-goto () - "Go to the patch on the current line." + "Go to the patch on the current line. + +Pops or pushes patches to make this patch topmost." (interactive) (stgit-assert-mode) (let ((patchsym (stgit-patch-name-at-point t)))