瀏覽代碼

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.
Bastien Guerry 12 年之前
父節點
當前提交
7306e04193
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      lisp/org.el

+ 2 - 1
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)