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 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) |