From 6fd6b94cd5480c21d75052065c8b0900003c013f Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Thu, 27 Apr 2023 15:18:13 +0200 Subject: [PATCH] org-element-parse-buffer: Use "property" term consistently --- lisp/org-element.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-element.el b/lisp/org-element.el index 1c6099b0f..25cd25e8d 100644 --- a/lisp/org-element.el +++ b/lisp/org-element.el @@ -4526,7 +4526,7 @@ pattern (TYPE PROPERTIES CONTENTS), where : exhaustive list of such symbols. One can retrieve it with `org-element-type' function. - PROPERTIES is the list of attributes attached to the element or + PROPERTIES is the list of properties attached to the element or object, as a plist. Although most of them are specific to the element or object type, all types share `:begin', `:end', `:post-blank' and `:parent' properties, which respectively