diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2021-10-04 15:54:38 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2021-10-04 15:54:38 +0200 |
| commit | 9f1cbdaa5f6c51a6eaf85a4e0f7202e9d70f0e4d (patch) | |
| tree | 16f447a9f4cd7d70b07324ef3218cdeae8fc613e | |
| parent | 6e553440b4ddc5b3d22207937da2c71ac5c80191 (diff) | |
Shorten long doc-string summaries
| -rw-r--r-- | lisp/magit-files.el | 4 |
1 files 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 |
