diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/acdw-org.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
337 | ;; Count everything else | 337 | ;; Count everything else |
338 | (t (setq words (1+ words)) | 338 | (t (setq words (1+ words)) |
339 | (if (and limit | 339 | (if (and limit |
340 | (< words limit)) | 340 | (> words limit)) |
341 | (setq words limit | 341 | (setq words limit |
342 | continue nil)) | 342 | continue nil)) |
343 | (forward-word-strictly)))))) | 343 | (forward-word-strictly)))))) |