From cb350326417b5a2cf886afadc192b32219f4fca3 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 30 Aug 2013 14:37:16 +0200 Subject: [PATCH] org-element: Modify misleading comment * lisp/org-element.el (org-element-context): Modify misleading comment. --- lisp/org-element.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/org-element.el b/lisp/org-element.el index 23c65e3b6..50b42d93a 100644 --- a/lisp/org-element.el +++ b/lisp/org-element.el @@ -4734,11 +4734,11 @@ Providing it allows for quicker computation." (type (org-element-type element)) context) ;; Check if point is inside an element containing objects or at - ;; a secondary string. In that case, move to beginning of the - ;; element or secondary string and set END to the other side. + ;; a secondary string. In that case, narrow buffer to the + ;; containing area. Otherwise, return ELEMENT. (cond ;; At a parsed affiliated keyword, check if we're inside main - ;; or dual value and limit parsing to that area. + ;; or dual value. ((let ((post (org-element-property :post-affiliated element))) (and post (< origin post))) (beginning-of-line) -- 2.11.4.GIT