feature/popup: mention size parameter in +popup-define docstring

This commit is contained in:
Henrik Lissner 2018-03-27 20:10:46 -04:00
parent 8c0a4cfbef
commit e5b50e4f43
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -121,6 +121,9 @@ and window PARAMETERS. See `display-buffer-alist' for details on what ALIST may
contain and `+popup-window-parameters' for what window parameters that the popup
module supports.
ALIST also supports the `size' parameter, which will be translated to
`window-width' or `window-height' depending on `side'.
If certain attributes/parameters are omitted, the ones from
`+popup-default-alist' and `+popup-default-parameters' will be used."
(declare (indent 1))