emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/git-commit 9f1cbda 3/6: Shorten long doc-string summaries


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 9f1cbda 3/6: Shorten long doc-string summaries
Date: Mon, 4 Oct 2021 16:57:42 -0400 (EDT)

branch: elpa/git-commit
commit 9f1cbdaa5f6c51a6eaf85a4e0f7202e9d70f0e4d
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]