From 1d57a818c2b4c6e103e416e593758e6dc5c1114f Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 13 Aug 2021 17:22:37 -0500 Subject: Correct bug --- lisp/acdw-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/acdw-org.el b/lisp/acdw-org.el index 9f35dbc..3acc1f1 100644 --- a/lisp/acdw-org.el +++ b/lisp/acdw-org.el @@ -337,7 +337,7 @@ instead of the true count." ;; Count everything else (t (setq words (1+ words)) (if (and limit - (< words limit)) + (> words limit)) (setq words limit continue nil)) (forward-word-strictly)))))) -- cgit 1.4.1-21-gabe81