branch: elpa/git-commit commit 9f1cbdaa5f6c51a6eaf85a4e0f7202e9d70f0e4d Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Shorten long doc-string summaries --- lisp/magit-files.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/magit-files.el b/lisp/magit-files.el index 160de38..1ccabc3 100644 --- a/lisp/magit-files.el +++ b/lisp/magit-files.el @@ -251,7 +251,7 @@ reading the FILENAME." (find-file filename wildcards)) (defun magit-find-git-config-file-other-window (filename &optional wildcards) - "Edit a file located in the current repository's git directory, in another window. + "Edit a file located in the current repo's git directory, in another window. When \".git\", located at the root of the working tree, is a regular file, then that makes it cumbersome to open a file @@ -267,7 +267,7 @@ directory, while reading the FILENAME." (find-file-other-window filename wildcards)) (defun magit-find-git-config-file-other-frame (filename &optional wildcards) - "Edit a file located in the current repository's git directory, in another frame. + "Edit a file located in the current repo's git directory, in another frame. When \".git\", located at the root of the working tree, is a regular file, then that makes it cumbersome to open a file