Improve docstring for doom-real-buffer-functions

This commit is contained in:
Henrik Lissner 2018-01-01 16:59:42 -05:00
parent c9a878a62f
commit 2b56fe081c
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -4,7 +4,10 @@
;;;###autoload ;;;###autoload
(defvar doom-real-buffer-functions '() (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 ;;;###autoload
(defvar-local doom-real-buffer-p nil (defvar-local doom-real-buffer-p nil