chiark / gitweb /
stgit.el: Correct documentation for stgit-insert-patch-files
authorGustav Hållberg <gustav@virtutech.com>
Sat, 1 Aug 2009 19:31:04 +0000 (21:31 +0200)
committerGustav Hållberg <gustav@virtutech.com>
Mon, 3 Aug 2009 13:57:59 +0000 (15:57 +0200)
Signed-off-by: Gustav Hållberg <gustav@virtutech.com>
contrib/stgit.el

index cfc71dd18078831d588b74cbda84039b7f6a4f6f..7e0c10d2b3cb7139e2f7824ca7934c45e3ad65ad 100644 (file)
@@ -435,11 +435,8 @@ (defun stgit-file-pp (file)
                                'file-data file))))
 
 (defun stgit-insert-patch-files (patch)
-  "Expand (show modification of) the patch with name PATCHSYM (a
-symbol) after the line at point.
-`stgit-expand-find-copies-harder' controls how hard to try to
-find copied files."
-  (insert "\n")
+  "Expand (show modification of) the patch PATCH after the line
+at point."
   (let* ((patchsym (stgit-patch-name patch))
          (end (progn (insert "#") (prog1 (point-marker) (forward-char -1))))
          (args (list "-z" (if stgit-expand-find-copies-harder