From dd57a521f30735f6a9c60fa586e7e52e26c2dad2 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 2 Jun 2018 16:59:26 +0200 Subject: [PATCH] Correct :popup/:popups docstrings --- modules/ui/popup/autoload.el | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/modules/ui/popup/autoload.el b/modules/ui/popup/autoload.el index ec9516fd4..0f87e9cf6 100644 --- a/modules/ui/popup/autoload.el +++ b/modules/ui/popup/autoload.el @@ -17,10 +17,9 @@ ALIST also supports the `size' parameter, which will be translated to `window-width' or `window-height' depending on `side'. PARAMETERS is an alist of window parameters. See `+popup-window-parameters' for -a list of custom parameters provided by the popup module. - -If certain attributes/parameters are omitted, the ones from -`+popup-default-alist' and `+popup-default-parameters' will be used. +a list of custom parameters provided by the popup module. If certain +attributes/parameters are omitted, the ones from `+popup-default-alist' and +`+popup-default-parameters' will be used. 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 @@ -42,8 +41,8 @@ returns a boolean." each individual rule. (set! :popups - (\"^ \\*\" '((slot . 1) (vslot . -1) (size . +popup-shrink-to-fit))) - (\"^\\*\" '((slot . 1) (vslot . -1)) '((select . t))))" + '(\"^ \\*\" ((slot . 1) (vslot . -1) (size . +popup-shrink-to-fit))) + '(\"^\\*\" ((slot . 1) (vslot . -1)) ((select . t))))" `(progn (dolist (rule (nreverse (list ,@rules))) (when after-init-time