From: Gustav HÃ¥llberg Date: Sat, 1 Aug 2009 19:31:04 +0000 (+0200) Subject: stgit.el: Correct documentation for stgit-insert-patch-files X-Git-Tag: v0.15-rc2~11^2~57 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/88134ff704593d7f7214c5c80c78450134367983 stgit.el: Correct documentation for stgit-insert-patch-files Signed-off-by: Gustav HÃ¥llberg --- diff --git a/contrib/stgit.el b/contrib/stgit.el index cfc71dd..7e0c10d 100644 --- a/contrib/stgit.el +++ b/contrib/stgit.el @@ -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