docdescription
If description is specified, sets the document description to that value.
In HTML, descriptions are exported to SEO-friendly meta tags.
.docdescription {This is a sample document}Content copied to clipboard
If it's unset, the current description of the document is returned.
The current document description is .docdescriptionContent copied to clipboard
Return
the current document description if description is unset, nothing otherwise