From: Gustav HÃ¥llberg Date: Wed, 5 Aug 2009 21:02:03 +0000 (+0200) Subject: stgit.el: Minor documentation corrections X-Git-Tag: v0.15-rc2~11^2~15 X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/commitdiff_plain/2d7bcbd95e345957e440ee2cb185433c3c2f9b06 stgit.el: Minor documentation corrections Signed-off-by: Gustav HÃ¥llberg --- diff --git a/contrib/stgit.el b/contrib/stgit.el index 73d575b..bcc7b1d 100644 --- a/contrib/stgit.el +++ b/contrib/stgit.el @@ -1345,7 +1345,7 @@ the point is after or before the applied patches." "Returns the list of patches in PATCHSYMS sorted according to their position in the patch series, bottommost first. -PATCHSYMS may not contain duplicate entries." +PATCHSYMS must not contain duplicate entries." (let (sorted-patchsyms (series (with-output-to-string (with-current-buffer standard-output @@ -1527,7 +1527,7 @@ See also `stgit-show-worktree-mode'.") (defun stgit-toggle-worktree (&optional arg) "Toggle the visibility of the work tree. -With arg, show the work tree if arg is positive. +With ARG, show the work tree if ARG is positive. Its initial setting is controlled by `stgit-default-show-worktree'.