From 6a8444a3fdd669c4940fc5d450f5950bbc5f28da Mon Sep 17 00:00:00 2001 From: jroitgrund Date: Sat, 23 Mar 2019 15:03:57 +0000 Subject: [PATCH] Further clarify --- docs/reference/config.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/reference/config.rst b/docs/reference/config.rst index 58f92a5c15..cc5b39c212 100644 --- a/docs/reference/config.rst +++ b/docs/reference/config.rst @@ -508,9 +508,10 @@ incremental_skip_later ~~~~~~~~~~~~~~~~~~~~~~ Either ``yes`` or ``no``, controlling whether skipped directories are -recorded in the incremental list. Set this option to ``yes`` if you would -like to ignore skipped directories later whilst using incremental -mode. Defaults to ``no``. +recorded in the incremental list. When set to ``yes``, skipped directories +will be recorded, and skipped later. When set to ``no``, skipped +directories won't be recorded, and beets will try to import them again +later. Defaults to ``no``. .. _from_scratch: