branch: master commit 35ba53b5df43c8cad0a86afc437a237ea8dde510 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org>
Autoload paced-repopulate-named-dictionary-async --- paced-async.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/paced-async.el b/paced-async.el index f324c35..36371a8 100644 --- a/paced-async.el +++ b/paced-async.el @@ -75,14 +75,13 @@ as a result." (message "Finished repopulating dictionary") (paced-load-all-dictionaries))))) +;;;###autoload (defun paced-repopulate-named-dictionary-async (key) "Repopulate dictionary named KEY from its population commands, asynchronously. Population commands are stored in the field of the same name. -Note that this will empty the dictionary's contents. - -If UPDATE-IN-ALL-BUFFERS is non-nil, update the dictionary in all buffers in which it's used." +Note that this will empty the dictionary's contents." (interactive (list (paced-read-dictionary))) (paced-ensure-registered key)