Correct :popup/:popups docstrings
This commit is contained in:
parent
209b281dc6
commit
dd57a521f3
1 changed files with 5 additions and 6 deletions
|
@ -17,10 +17,9 @@ ALIST also supports the `size' parameter, which will be translated to
|
||||||
`window-width' or `window-height' depending on `side'.
|
`window-width' or `window-height' depending on `side'.
|
||||||
|
|
||||||
PARAMETERS is an alist of window parameters. See `+popup-window-parameters' for
|
PARAMETERS is an alist of window parameters. See `+popup-window-parameters' for
|
||||||
a list of custom parameters provided by the popup module.
|
a list of custom parameters provided by the popup module. If certain
|
||||||
|
attributes/parameters are omitted, the ones from `+popup-default-alist' and
|
||||||
If certain attributes/parameters are omitted, the ones from
|
`+popup-default-parameters' will be used.
|
||||||
`+popup-default-alist' and `+popup-default-parameters' will be used.
|
|
||||||
|
|
||||||
The buffers of new windows displayed by `pop-to-buffer' and `display-buffer'
|
The buffers of new windows displayed by `pop-to-buffer' and `display-buffer'
|
||||||
will be tested against CONDITION, which is either a) a regexp string (which is
|
will be tested against CONDITION, which is either a) a regexp string (which is
|
||||||
|
@ -42,8 +41,8 @@ returns a boolean."
|
||||||
each individual rule.
|
each individual rule.
|
||||||
|
|
||||||
(set! :popups
|
(set! :popups
|
||||||
(\"^ \\*\" '((slot . 1) (vslot . -1) (size . +popup-shrink-to-fit)))
|
'(\"^ \\*\" ((slot . 1) (vslot . -1) (size . +popup-shrink-to-fit)))
|
||||||
(\"^\\*\" '((slot . 1) (vslot . -1)) '((select . t))))"
|
'(\"^\\*\" ((slot . 1) (vslot . -1)) ((select . t))))"
|
||||||
`(progn
|
`(progn
|
||||||
(dolist (rule (nreverse (list ,@rules)))
|
(dolist (rule (nreverse (list ,@rules)))
|
||||||
(when after-init-time
|
(when after-init-time
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue