From 2b56fe081cbafe390b405bd9e0594e0a561f25fa Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 1 Jan 2018 16:59:42 -0500 Subject: [PATCH] Improve docstring for doom-real-buffer-functions --- core/autoload/buffers.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/autoload/buffers.el b/core/autoload/buffers.el index 67016cb2d..83369cd4c 100644 --- a/core/autoload/buffers.el +++ b/core/autoload/buffers.el @@ -4,7 +4,10 @@ ;;;###autoload (defvar doom-real-buffer-functions '() - "A list of functions that are run to determine if a buffer is real.") + "A list of predicate functions run to determine if a buffer is real. These +functions are iterated over with one argument, the buffer in question. If any +function returns non-nil, the procession stops and the buffer is qualified as +real.") ;;;###autoload (defvar-local doom-real-buffer-p nil