summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-02-15 16:44:58 +0100
committerBastien Guerry <bzg@altern.org>2013-02-15 16:44:58 +0100
commit7306e04193a3e3921b1e5ca40517f4eddd9ee45f (patch)
treeb2eb1cb08e366375bdf0c87867e751c9e1222fef
parent4d7f4d87fb00ae206069fb7bb3503056bcd813ad (diff)
downloadorg-mode-7306e04193a3e3921b1e5ca40517f4eddd9ee45f.tar.gz
org.el (org-return-follows-link): Mention that this does not affect the behavior of RET in tables
* org.el (org-return-follows-link): Mention that this does not affect the behavior of RET in tables.
-rw-r--r--lisp/org.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 809cca9..7eb92ec 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -1658,7 +1658,8 @@ implementation is bad."
:type 'boolean)
(defcustom org-return-follows-link nil
- "Non-nil means on links RET will follow the link."
+ "Non-nil means on links RET will follow the link.
+In tables, the special behavior of RET has precedence."
:group 'org-link-follow
:type 'boolean)