From f5065b2ff66c64118e19304127b019f7d556256c Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 31 Jul 2014 12:17:35 +0200 Subject: [PATCH] org-element: Fix docstring * lisp/org-element.el (org-element-headline-parser): Add missing `:post-blank' property in docstring. --- 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 bbed67a04..23cd121e0 100644 --- a/lisp/org-element.el +++ b/lisp/org-element.el @@ -727,11 +727,11 @@ CONTENTS is the contents of the footnote-definition." Return a list whose CAR is `headline' and CDR is a plist containing `:raw-value', `:title', `:alt-title', `:begin', -`:end', `:pre-blank', `:hiddenp', `:contents-begin' and +`:end', `:pre-blank', `:hiddenp', `:contents-begin', `:contents-end', `:level', `:priority', `:tags', `:todo-keyword',`:todo-type', `:scheduled', `:deadline', -`:closed', `:quotedp', `:archivedp', `:commentedp' and -`:footnote-section-p' keywords. +`:closed', `:quotedp', `:archivedp', `:commentedp', +`:footnote-section-p' and `:post-blank' keywords. The plist also contains any property set in the property drawer, with its name in upper cases and colons added at the