diff options
author | Case Duckworth | 2021-09-09 16:40:45 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-09 16:40:45 -0500 |
commit | fd5690cd8339c3c56bf4ff09b26075d7f2ce6810 (patch) | |
tree | 5add78b76176a04c3bcb5de60ccb5fc65a6696df /lisp | |
parent | Add `browse-url-in-teddit' function (diff) | |
download | emacs-fd5690cd8339c3c56bf4ff09b26075d7f2ce6810.tar.gz emacs-fd5690cd8339c3c56bf4ff09b26075d7f2ce6810.zip |
Fix typo
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 |