branch: externals/beframe commit deab6993517e8fdfce785b3c2fb8b9dd11755d9d Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Fix typos in beframe--buffer-list doc string --- beframe.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beframe.el b/beframe.el index 5178d93ecd..cab6460761 100644 --- a/beframe.el +++ b/beframe.el @@ -212,9 +212,9 @@ If nil, no renaming is performed." With optional FRAME as an object that satisfies `framep', return the list of buffers that are used by FRAME. -They key SORT may be a function taking the list of buffers as an +The key SORT may be a function taking the list of buffers as an argument, and returning a new list to be used instead. This can, -for example, used to prefer hidden buffers to visible ones—see +for example, be used to prefer hidden buffers to visible ones—see `beframe-buffer-sort-visibility'. Include `beframe-global-buffers' in the list."