aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav HÃ¥llberg <gustav@virtutech.com>2009-10-28 12:21:07 +0100
committerKarl Wiberg <kha@treskal.com>2009-10-28 12:21:07 +0100
commit48d0a85006ac9c58a277391ffdae5560f0a75cbb (patch)
treea4c81574d2652d7b49ec200b5a4b3f9f35ee0aaa
parent737b7d8ea727d6c473be12fc7478df613391da08 (diff)
downloadstgit-48d0a85006ac9c58a277391ffdae5560f0a75cbb.tar.gz
stgit.el: Improve help text on stgit-goto
Signed-off-by: Gustav HÃ¥llberg <gustav@virtutech.com> Signed-off-by: Karl Wiberg <kha@treskal.com>
-rw-r--r--contrib/stgit.el4
1 files changed, 3 insertions, 1 deletions
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)))