about summary refs log tree commit diff stats
path: root/lisp/acdw-org.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-27 08:55:47 -0500
committerCase Duckworth2021-08-27 08:55:47 -0500
commitc8a47cd5d4047955d60ece960493e091ea40a1dc (patch)
tree006b0b7c09336bb4f539c2cb4bf21483a44b7608 /lisp/acdw-org.el
parentAdd exec-path-from-shell and systemd packages (diff)
downloademacs-c8a47cd5d4047955d60ece960493e091ea40a1dc.tar.gz
emacs-c8a47cd5d4047955d60ece960493e091ea40a1dc.zip
Fix function name 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 75c5f7a..67d6f47 100644 --- a/lisp/acdw-org.el +++ b/lisp/acdw-org.el
@@ -381,7 +381,7 @@ instead of the true count."
381 381
382(defun acdw/org-previous-heading-widen (arg) 382(defun acdw/org-previous-heading-widen (arg)
383 (interactive "p") 383 (interactive "p")
384 (acdw/org-next-heading (- arg))) 384 (acdw/org-next-heading-widen (- arg)))
385 385
386 386
387(provide 'acdw-org) 387(provide 'acdw-org)