Skip to content

Commit 80fec6e

Browse files
author
github-actions
committed
[docgen] Update docs
1 parent 2e4389a commit 80fec6e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/orgmode_api.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,13 @@ OrgHeadline:set_scheduled({date?}) *OrgHeadline:set_scheduled*
142142
(OrgPromise)
143143

144144

145-
OrgHeadline:set_property({key}, {value}) *OrgHeadline:set_property*
146-
Set property on a headline
145+
*OrgHeadline:set_property*
146+
OrgHeadline:set_property({key}, {value?})
147+
Set property on a headline. Setting value to nil removes the property
147148

148149
Parameters: ~
149-
{key} (string)
150-
{value} (string)
150+
{key} (string)
151+
{value?} (string)
151152

152153

153154
OrgHeadline:get_property({key}) *OrgHeadline:get_property*

0 commit comments

Comments
 (0)