branch: externals/dict-tree
commit f46da7690031ee5eb669d062f74ba5ffc143472d
Author: Toby Cubitt <toby-predict...@dr-qubit.org>
Commit: tsc25 <toby-predict...@dr-qubit.org>

    Minor bug fixes.
---
 dict-tree.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dict-tree.el b/dict-tree.el
index cdc273f..8e91a4f 100644
--- a/dict-tree.el
+++ b/dict-tree.el
@@ -1586,7 +1586,7 @@ saving. Interactively, ASK is the prefix argument."
    ((and (listp dict) (dictree-p (car dict))))
    (dict (setq dict 'all)))
   
-  ;; For each dictionary in list / loaded dictionary, check if dictionary
+  ;; For each dictionary in list / each loaded dictionary, check if dictionary
   ;; has been modified. If so, save it if autosave is on or if saving all
   (dolist (dic (if (or (null dict) (eq dict 'all))
                    dictree-loaded-list

Reply via email to