ui/popup: correct docstring of set-popup-rule!
Predicate functions take two arguments.
This commit is contained in:
parent
c55e86a54b
commit
b3a0fb9fc7
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ variants) will not be affected by these rules (as they are unaffected by
|
||||||
`display-buffer-alist', which powers the popup management system).
|
`display-buffer-alist', which powers the popup management system).
|
||||||
|
|
||||||
PREDICATE can be either a) a regexp string (matched against the buffer's name)
|
PREDICATE can be either a) a regexp string (matched against the buffer's name)
|
||||||
or b) a function that takes no arguments and returns a boolean.
|
or b) a function that takes two arguments (a buffer name and the ACTION argument
|
||||||
|
of `display-buffer') and returns a boolean.
|
||||||
|
|
||||||
PLIST can be made up of any of the following properties:
|
PLIST can be made up of any of the following properties:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue