From 9101b884993de0dbd91eff40b114d40d125e08f8 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Tue, 29 Apr 2014 21:57:39 -0700 Subject: [PATCH] Slightly shorter description of autotag Brevity is the soul of documentation. --- docs/reference/config.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/reference/config.rst b/docs/reference/config.rst index e9f98a65d..edf0f5027 100644 --- a/docs/reference/config.rst +++ b/docs/reference/config.rst @@ -384,11 +384,10 @@ Default: ``no``. autotag ~~~~~~~ -By default, the beets importer will always attempt to autotag each file. If -most of your collection consists of obscure music you may be interested in -disabling this behavior by default, instead of having to pass the ``-A`` flag -during each import. Setting this to 'no' will disable auttotagging unless you -pass the ``-a`` flag. +By default, the beets importer always attempts to autotag new music. If +most of your collection consists of obscure music, you may be interested in +disabling autotagging by setting this option to ``no``. (You can re-enable it +with the ``-a`` flag to the :ref:`import-cmd` command.) Default: ``yes``.