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 89269ab..63f6516 100644 --- a/lisp/acdw-org.el +++ b/lisp/acdw-org.el | |||
@@ -288,7 +288,7 @@ instead of the true count." | |||
288 | desc "\\W"))))))) | 288 | desc "\\W"))))))) |
289 | (goto-char (match-end 0))) | 289 | (goto-char (match-end 0))) |
290 | ;; Ignore source blocks | 290 | ;; Ignore source blocks |
291 | ((org-in-src-block-p) (foreward-line)) | 291 | ((org-in-src-block-p) (forward-line)) |
292 | ;; Count everything else | 292 | ;; Count everything else |
293 | (t | 293 | (t |
294 | ;; ... unless it's in a few weird contexts | 294 | ;; ... unless it's in a few weird contexts |