about summary refs log tree commit diff stats
path: root/lisp/acdw-org.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-09 16:40:45 -0500
committerCase Duckworth2021-09-09 16:40:45 -0500
commitfd5690cd8339c3c56bf4ff09b26075d7f2ce6810 (patch)
tree5add78b76176a04c3bcb5de60ccb5fc65a6696df /lisp/acdw-org.el
parentAdd `browse-url-in-teddit' function (diff)
downloademacs-fd5690cd8339c3c56bf4ff09b26075d7f2ce6810.tar.gz
emacs-fd5690cd8339c3c56bf4ff09b26075d7f2ce6810.zip
Fix typo
Diffstat (limited to 'lisp/acdw-org.el')
-rw-r--r--lisp/acdw-org.el2
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