stgit.el: Improve help text on stgit-goto
authorGustav Hållberg <gustav@virtutech.com>
Wed, 28 Oct 2009 11:21:07 +0000 (12:21 +0100)
committerKarl Wiberg <kha@treskal.com>
Wed, 28 Oct 2009 11:21:07 +0000 (12:21 +0100)
Signed-off-by: Gustav Hållberg <gustav@virtutech.com>
Signed-off-by: Karl Wiberg <kha@treskal.com>
contrib/stgit.el

index 7ab17a9..9734cb4 100644 (file)
@@ -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)))