Hi, Here is a small patch to fix a typo. Thanks.
>From d931a64e0482cddcef9ba5490994f24ab886e4f1 Mon Sep 17 00:00:00 2001
From: Jason Furtney <[email protected]>
Date: Sat, 20 Feb 2016 20:14:22 -0600
Subject: [PATCH] org.el: Fix typo in `org-previous-visible-heading'
documentation string
* lisp/org.el (org-previous-visible-heading): change next to previous.
TINYCHANGE
---
lisp/org.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/org.el b/lisp/org.el
index 6cb13a8..3c98ece 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -24345,7 +24345,7 @@ respect customization of `org-odd-levels-only'."
(outline-next-visible-heading arg)))
(defun org-previous-visible-heading (arg)
- "Move to the next visible heading.
+ "Move to the previous visible heading.
This function wraps `outline-previous-visible-heading' with
`org-with-limited-levels' in order to skip over inline tasks and
--
1.9.5.msysgit.1