From 0f8baf3f3e24fdbebb9cb86e30bd91333420b2d4 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 17 Apr 2019 11:19:22 -0400 Subject: [PATCH] Minor comment tweaks --- modules/completion/company/autoload.el | 6 +++--- modules/completion/helm/autoload/helm.el | 1 - modules/completion/ivy/autoload/ivy.el | 1 - 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/modules/completion/company/autoload.el b/modules/completion/company/autoload.el index 1d4c4a784..7d3177a54 100644 --- a/modules/completion/company/autoload.el +++ b/modules/completion/company/autoload.el @@ -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 () diff --git a/modules/completion/helm/autoload/helm.el b/modules/completion/helm/autoload/helm.el index b7b1729e1..d798b167c 100644 --- a/modules/completion/helm/autoload/helm.el +++ b/modules/completion/helm/autoload/helm.el @@ -204,7 +204,6 @@ ARG (universal argument), include all files, even hidden or compressed ones." initial-query)) -;; Relative to project root ;;;###autoload (autoload '+helm/rg "completion/helm/autoload/helm") ;;;###autoload (autoload '+helm/rg-from-cwd "completion/helm/autoload/helm") ;;;###autoload (autoload '+helm/ag "completion/helm/autoload/helm") diff --git a/modules/completion/ivy/autoload/ivy.el b/modules/completion/ivy/autoload/ivy.el index db6fb2bd2..9d5eb107b 100644 --- a/modules/completion/ivy/autoload/ivy.el +++ b/modules/completion/ivy/autoload/ivy.el @@ -376,7 +376,6 @@ ARG (universal argument), include all files, even hidden or compressed ones." initial-query)) -;; Relative to project root ;;;###autoload (autoload '+ivy/rg "completion/ivy/autoload/ivy") ;;;###autoload (autoload '+ivy/rg-from-cwd "completion/ivy/autoload/ivy") ;;;###autoload (autoload '+ivy/ag "completion/ivy/autoload/ivy")