From da01a29b2585faf94131abd480b3263c0a01e33b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gustav=20H=C3=A5llberg?= Date: Fri, 31 Jul 2009 13:13:57 +0200 Subject: [PATCH] stgit.el: Document stgit-select properly MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Gustav HÃ¥llberg --- contrib/stgit.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/contrib/stgit.el b/contrib/stgit.el index 3ce2eaf..3d6be1f 100644 --- a/contrib/stgit.el +++ b/contrib/stgit.el @@ -554,7 +554,10 @@ at point." (move-to-column (stgit-goal-column))) (defun stgit-select () - "Expand or collapse the current entry" + "With point on a patch, toggle showing files in the patch. + +With point on a file, open the associated file. Opens the target +file for (applied) copies and renames." (interactive) (case (get-text-property (point) 'entry-type) ('patch -- 2.11.0