branch: elpa/git-commit
commit a380d56cddcffbe79647ffdacc5793f6a5b19abf
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    magit-list-repositories: Fix docstring
---
 lisp/magit-repos.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit-repos.el b/lisp/magit-repos.el
index a313b5d46a..59f036763b 100644
--- a/lisp/magit-repos.el
+++ b/lisp/magit-repos.el
@@ -149,7 +149,7 @@ non-nil, means to invert the resulting sort."
 (defun magit-list-repositories ()
   "Display a list of repositories.
 
-Use the options `magit-repository-directories' to control which
+Use the option `magit-repository-directories' to control which
 repositories are displayed."
   (interactive)
   (magit-repolist-setup (default-value 'magit-repolist-columns)))

Reply via email to