mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-06 15:13:33 -05:00
nit: fix several documentation typos
This commit is contained in:
committed by
Henrik Lissner
parent
85fcac4562
commit
e5213f20e5
@@ -115,7 +115,7 @@ If no project is active, return all buffers."
|
||||
|
||||
;;;###autoload
|
||||
(defun doom-real-buffer-list (&optional buffer-list)
|
||||
"Return a list of buffers that satify `doom-real-buffer-p'."
|
||||
"Return a list of buffers that satisfy `doom-real-buffer-p'."
|
||||
(cl-remove-if-not #'doom-real-buffer-p (or buffer-list (doom-buffer-list))))
|
||||
|
||||
;;;###autoload
|
||||
|
Reference in New Issue
Block a user