浏览代码

org-element: Fix code comment

* lisp/org-element.el (org-element-object-restrictions): Fix code
  comment.
Nicolas Goaziou 8 年之前
父节点
当前提交
e7a52eeaa4
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      lisp/org-element.el

+ 2 - 3
lisp/org-element.el

@@ -352,9 +352,8 @@ Don't modify it, set `org-element-affiliated-keywords' instead.")
       (italic ,@standard-set)
       (item ,@standard-set-no-line-break)
       (keyword ,@(remq 'footnote-reference standard-set))
-      ;; Ignore all links excepted plain links and angular links in
-      ;; a link description.  Also ignore radio-targets and line
-      ;; breaks.
+      ;; Ignore all links in a link description.  Also ignore
+      ;; radio-targets and line breaks.
       (link bold code entity export-snippet inline-babel-call inline-src-block
 	    italic latex-fragment macro statistics-cookie strike-through
 	    subscript superscript underline verbatim)