diff options
| author | Damien Cassou <damien@cassou.me> | 2025-07-21 22:08:56 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-07-21 22:38:55 +0200 |
| commit | 46f5059b3f803dfcc6f90df9465dc004edbca9db (patch) | |
| tree | 473721e6a5c0adbcc44cf60460c01866ecb2d36f /docs | |
| parent | acf71f7eb422c37a83d30673df88c66166a44e96 (diff) | |
magit-status-show-untracked-files: Fix documentation
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/magit.org | 2 | ||||
| -rw-r--r-- | docs/magit.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/magit.org b/docs/magit.org index 15db800..cdc364c 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 b3c7b87..f8fdb85 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 |
