branch: externals/buffer-expose
commit adeb5086b829be5285d2d9474f7e8bdd59ea02a4
Author: Clemens Radermacher <[email protected]>
Commit: Clemens Radermacher <[email protected]>
Docstring fixes
---
buffer-expose.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/buffer-expose.el b/buffer-expose.el
index 4f092f8..436fe2f 100644
--- a/buffer-expose.el
+++ b/buffer-expose.el
@@ -502,7 +502,8 @@ BLIST is the list of buffers to display.
MAX is the maximum of windows to display per page and is passed
to `prefix-numeric-value' if non nil.
-REGEXES is a list of regexes for buffer names to hide.
+REGEXES is a list of regexes for buffer names to hide and is merged with
+`buffer-expose-hide-regexes'.
FILTER is a filter function which has to return non-nil for buffers
which should be included."