Minor comment tweaks

This commit is contained in:
Henrik Lissner 2019-04-17 11:19:22 -04:00
parent 6cd30c926b
commit 0f8baf3f3e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 3 additions and 5 deletions

View file

@ -49,7 +49,7 @@ To have BACKENDS apply to any mode that is a parent of MODES, set MODES to
;;
;; Library
;;; Library
(defun +company--backends ()
(append (cl-loop for (mode . rest) in +company-backend-alist
@ -65,7 +65,7 @@ To have BACKENDS apply to any mode that is a parent of MODES, set MODES to
;;
;; Hooks
;;; Hooks
;;;###autoload
(defun +company|init-backends ()
@ -78,7 +78,7 @@ To have BACKENDS apply to any mode that is a parent of MODES, set MODES to
;;
;; Commands
;;; Commands
;;;###autoload
(defun +company-has-completion-p ()