Another #emacs interactive function I didn't know...
What's this thing called "shortdoc"?
`M-x shortdoc list`
It gives a list of Elisp functions useful for list manipulation!
Mmm... I think I can add more shortdocs for #Org Element API, in fact it seems rather easy:
```
(define-short-documentation-group org-element-api
"Org Element API"
(org-element-parse-buffer)
;; ...
)
```
