branch: externals/company
commit 2f01207a5633bfe256914be972fb026a25f5c924
Author: Leuven65 <[email protected]>
Commit: Leuven65 <[email protected]>
Adapt the comment
---
company-dabbrev.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/company-dabbrev.el b/company-dabbrev.el
index 148726c7af..c228ada019 100644
--- a/company-dabbrev.el
+++ b/company-dabbrev.el
@@ -199,7 +199,7 @@ This variable affects both `company-dabbrev' and
`company-dabbrev-code'."
company-dabbrev-time-limit
(pcase company-dabbrev-other-buffers
('t (list major-mode))
- ; in emacs 31, 'all' is defined as a new
function, make sure to let it before '(pred functionp)'.
+ ;; `all' is a function starting with Emacs 31.
('all 'all)
((pred functionp) (funcall
company-dabbrev-other-buffers (current-buffer)))
)))