From e7a52eeaa49e130be2d6589c5f41d486bba9d878 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 6 Mar 2017 17:38:05 +0100 Subject: [PATCH] org-element: Fix code comment * lisp/org-element.el (org-element-object-restrictions): Fix code comment. --- lisp/org-element.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/org-element.el b/lisp/org-element.el index 086ba22a3..bec36a005 100644 --- a/lisp/org-element.el +++ b/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)