From 6fcadca62088ae73a8ae41731c52dc59f214e6dc Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 18 Oct 2014 00:30:02 -0400 Subject: Expand magit-auto-commit docstring --- lisp/init-git.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lisp/init-git.el') diff --git a/lisp/init-git.el b/lisp/init-git.el index 3c84931..7b749c2 100644 --- a/lisp/init-git.el +++ b/lisp/init-git.el @@ -21,7 +21,9 @@ (defun km/magit-auto-commit () "Commit all changes with \"auto\" commit message. -Useful for non-source code repos (e.g., Org mode note files)." +This can be useful for non-source code repos (e.g., Org mode note +files) or commiting incomplete changes that will be extended into +a proper commit." (interactive) (magit-run-git "commit" "--all" "--message=auto")) -- cgit v1.2.3