Improve set-popup-rule!'s signature

This commit is contained in:
Henrik Lissner 2019-03-16 23:57:38 -04:00
parent 259590d54e
commit a8532faf08
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -166,7 +166,9 @@ PLIST can be made up of any of the following properties:
An alist of custom window parameters. See `(elisp)Window Parameters'.
If any of these are omitted, defaults derived from `+popup-defaults' will be
used."
used.
\(fn PREDICATE &key IGNORE ACTIONS SIDE SIZE WIDTH HEIGHT SLOT VSLOT TTL QUIT SELECT MODELINE AUTOSAVE PARAMETERS)"
(declare (indent defun))
(push (+popup--make predicate plist) +popup--display-buffer-alist)
(when (bound-and-true-p +popup-mode)