diff options
author | Case Duckworth | 2021-08-27 08:55:47 -0500 |
---|---|---|
committer | Case Duckworth | 2021-08-27 08:55:47 -0500 |
commit | c8a47cd5d4047955d60ece960493e091ea40a1dc (patch) | |
tree | 006b0b7c09336bb4f539c2cb4bf21483a44b7608 /lisp | |
parent | Add exec-path-from-shell and systemd packages (diff) | |
download | emacs-c8a47cd5d4047955d60ece960493e091ea40a1dc.tar.gz emacs-c8a47cd5d4047955d60ece960493e091ea40a1dc.zip |
Fix function name 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 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) |