summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2016-03-04 01:16:11 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2016-03-04 01:16:11 +0100
commitea80df6a2efd54d8da437fecccfd7a4b98dbd1ae (patch)
treef82d2abe0d343fee95ab509d92f7913497ff3c88
parent1376123dea59e1aacdffef85af91273f7511e4dd (diff)
parentfda14f8d189021e97259df9e892963757c3fc6ae (diff)
downloadorg-mode-ea80df6a2efd54d8da437fecccfd7a4b98dbd1ae.tar.gz
Merge branch 'maint'
-rw-r--r--etc/ORG-NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index f76e519..4e6c7cb 100644
--- a/etc/ORG-NEWS
+++ b/etc/ORG-NEWS
@@ -411,7 +411,7 @@ buffer name, as the title. Instead, simply ignore the title.
*** Default bindings of =C-c C-n= and =C-c C-p= changed
The key sequences =C-c C-n= and =C-c C-p= are now bound to
-~org-next-visible-heading~ and ~org-next-visible-heading~ respectively,
+~org-next-visible-heading~ and ~org-previous-visible-heading~ respectively,
rather than the =outline-mode= versions of these functions. The Org
version of these functions skips over inline tasks (and even-level
headlines when ~org-odd-levels-only~ is set).