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

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

[elpa] externals/dict-tree f46da76 008/154: Minor bug fixes.


From: Stefan Monnier
Subject: [elpa] externals/dict-tree f46da76 008/154: Minor bug fixes.
Date: Mon, 14 Dec 2020 12:21:33 -0500 (EST)

branch: externals/dict-tree
commit f46da7690031ee5eb669d062f74ba5ffc143472d
Author: Toby Cubitt <toby-predictive@dr-qubit.org>
Commit: tsc25 <toby-predictive@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

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