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.
This commit is contained in:
Bastien Guerry 2013-02-15 16:44:58 +01:00
parent 4d7f4d87fb
commit 7306e04193
1 changed files with 2 additions and 1 deletions

View File

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