瀏覽代碼

org-element: Small code comment clean-up

* lisp/org-element.el (org-element-paragraph-parser): Remove trailing
  code comments.
Nicolas Goaziou 12 年之前
父節點
當前提交
3113c5fce9
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      lisp/org-element.el

+ 0 - 2
lisp/org-element.el

@@ -1800,8 +1800,6 @@ Assume point is at the beginning of the paragraph."
 	   (end (progn (skip-chars-forward " \r\t\n" limit)
 		       (if (eobp) (point) (point-at-bol)))))
       (list 'paragraph
-	    ;; If paragraph has no affiliated keywords, it may not begin
-	    ;; at beginning of line if it starts an item.
 	    (nconc
 	     (list :begin begin
 		   :end end