소스 검색

org-element: Small code comment clean-up

* lisp/org-element.el (org-element-paragraph-parser): Remove trailing
  code comments.
Nicolas Goaziou 13 년 전
부모
커밋
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