From 9fc00404cae069a1c69fad615921046480ecc1e8 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 16 Jul 2009 22:13:20 +0200 Subject: [PATCH] Bind the "true line boundary first" label to the 'reversed value. Rainer Stengele raised this issue. Hopefully it's now clearer. --- lisp/org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 82aec218f..8bde625fb 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -710,8 +710,8 @@ in the headline. A second `C-e' will then jump to the true end of the line, after any tags. When set to the symbol `reversed', the first `C-a' or `C-e' works normally, -and only a directly following, identical keypress will bring the cursor -to the special positions. +going to the true line boundary first. Only a directly following, identical +keypress will bring the cursor to the special positions. This may also be a cons cell where the behavior for `C-a' and `C-e' is set separately."