Improve docstring for doom-real-buffer-functions
This commit is contained in:
parent
c9a878a62f
commit
2b56fe081c
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue