branch: elpa/magit
commit 46f5059b3f803dfcc6f90df9465dc004edbca9db
Author: Damien Cassou <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    magit-status-show-untracked-files: Fix documentation
---
 docs/magit.org       | 2 +-
 docs/magit.texi      | 2 +-
 lisp/magit-status.el | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/magit.org b/docs/magit.org
index 15db800708c..cdc364c5d23 100644
--- a/docs/magit.org
+++ b/docs/magit.org
@@ -2290,7 +2290,7 @@ These functions honor the buffer's file filter, which can 
be set using
 
   - If ~nil~, do not list any untracked files.
   - If ~t~, list untracked files, but if a directory does not contain any
-    untracked files, then only list that directory, not the contained
+    tracked files, then only list that directory, not the contained
     untracked files.
   - If ~all~, then list each individual untracked files.  This is can be
     very slow and is discouraged.
diff --git a/docs/magit.texi b/docs/magit.texi
index b3c7b870d0c..f8fdb856b80 100644
--- a/docs/magit.texi
+++ b/docs/magit.texi
@@ -2675,7 +2675,7 @@ untracked files in the status buffer.
 If @code{nil}, do not list any untracked files.
 @item
 If @code{t}, list untracked files, but if a directory does not contain any
-untracked files, then only list that directory, not the contained
+tracked files, then only list that directory, not the contained
 untracked files.
 @item
 If @code{all}, then list each individual untracked files.  This is can be
diff --git a/lisp/magit-status.el b/lisp/magit-status.el
index 715fc583214..66ee907382d 100644
--- a/lisp/magit-status.el
+++ b/lisp/magit-status.el
@@ -147,7 +147,7 @@ The functions which respect this option are
 
 - If nil, do not list any untracked files.
 - If t, list untracked files, but if a directory does not contain any
-  untracked files, then only list that directory, not the contained
+  tracked files, then only list that directory, not the contained
   untracked files.
 - If all, then list each individual untracked files.  This is can be
   very slow and is discouraged.

Reply via email to