diff options
author | Pierre Neidhardt <ambrevar@gmail.com> | 2018-04-07 18:53:43 +0530 |
---|---|---|
committer | Pierre Neidhardt <ambrevar@gmail.com> | 2018-04-09 12:33:43 +0530 |
commit | 122a8b375b4f5f90de3b41e766442d23c5b2b524 (patch) | |
tree | a1e0eaa6430d3aaa5e2e0c1f5af007e1701f47cb /doc/emms.texinfo | |
parent | 283c04e54c080b55f7d044b7eaa54f29356e97da (diff) |
* lisp/later-do.el: Speed up later-do-list job by batch-processing
A `later-do-batch' defcustom was introduced to allow for performance tweaking.
Diffstat (limited to 'doc/emms.texinfo')
-rw-r--r-- | doc/emms.texinfo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/emms.texinfo b/doc/emms.texinfo index 215d282..863e236 100644 --- a/doc/emms.texinfo +++ b/doc/emms.texinfo @@ -909,7 +909,8 @@ annoying for you, set this variable to nil. @defopt emms-info-asynchronously Non-nil when track information should be loaded asynchronously. This requires the feature `later-do' which is provided by the file -@file{later-do.el}, which should come with Emms. +@file{later-do.el}, which comes with Emms. See @var{later-do-batch} for +performance tweaking. @end defopt @defopt emms-info-functions Functions which add information to tracks. Each is called with a |