General revision of docstrings

This commit is contained in:
Henrik Lissner 2018-05-11 20:22:05 +02:00
parent 7630394210
commit 57f383ef76
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 23 additions and 16 deletions

View file

@ -63,7 +63,10 @@ properties:
Used by `+lookup/documentation'.
:xref-backend FN
Defines an xref backend for a major-mode. With this, :definition and
:references are unnecessary."
:references are unnecessary.
Using this multiple times overwrites previous properties and unsets omitted
ones."
`(progn
,@(cl-loop for mode in (doom-enlist (doom-unquote modes))
for def-name = (intern (format "doom--init-lookup-%s" mode))