mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-27 07:37:25 +00:00
org-element: Fix docstring
* lisp/org-element.el (org-element-timestamp-parser): Fix docstring.
This commit is contained in:
parent
c3e19caa1a
commit
94ae862515
@ -3541,7 +3541,7 @@ Return a list whose CAR is `timestamp', and CDR a plist with
|
||||
`:month-end', `:day-end', `:hour-end', `:minute-end',
|
||||
`:repeater-type', `:repeater-value', `:repeater-unit',
|
||||
`:warning-type', `:warning-value', `:warning-unit', `:begin',
|
||||
`:end', `:value' and `:post-blank' keywords.
|
||||
`:end' and `:post-blank' keywords.
|
||||
|
||||
Assume point is at the beginning of the timestamp."
|
||||
(save-excursion
|
||||
|
Loading…
Reference in New Issue
Block a user