branch: elpa/git-commit commit 13850341e375bd12e1d1541daab07b111034ff4c Author: Park Zhou <ideap...@petalmail.com> Commit: Jonas Bernoulli <jo...@bernoul.li>
Fix docstring typo --- lisp/git-commit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/git-commit.el b/lisp/git-commit.el index 717ea7bb6d..7a0bb901da 100644 --- a/lisp/git-commit.el +++ b/lisp/git-commit.el @@ -697,7 +697,7 @@ used." (defun git-commit-ensure-comment-gap () "Separate initial empty line from initial comment. If the buffer begins with an empty line followed by a comment, insert -an additional newline inbetween, so that once the users start typing, +an additional newline in between, so that once the users start typing, the input isn't tacked to the comment." (save-excursion (goto-char (point-min))