emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 35ba53b 26/62: Autoload paced-repopulate-named-dictionary-


From: Ian Dunn
Subject: [elpa] master 35ba53b 26/62: Autoload paced-repopulate-named-dictionary-async
Date: Sat, 9 Dec 2017 14:34:00 -0500 (EST)

branch: master
commit 35ba53b5df43c8cad0a86afc437a237ea8dde510
Author: Ian Dunn <address@hidden>
Commit: Ian Dunn <address@hidden>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]