General, minor refactor

This commit is contained in:
Henrik Lissner 2017-12-27 18:19:33 -05:00
parent 01042192b8
commit 9a71a73538
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 10 additions and 4 deletions

View file

@ -315,6 +315,6 @@ project."
;;;###autoload
(defun doom-set-buffer-real (buffer flag)
"Forcibly mark a buffer's real property, no matter what."
"Forcibly mark BUFFER as FLAG (non-nil = real)."
(with-current-buffer buffer
(setq doom-real-buffer-p flag)))