diff --git a/layers/+completion/spacemacs-helm/local/helm-spacemacs-help/helm-spacemacs-help.el b/layers/+completion/spacemacs-helm/local/helm-spacemacs-help/helm-spacemacs-help.el index c00b49aaf..eb421722b 100644 --- a/layers/+completion/spacemacs-helm/local/helm-spacemacs-help/helm-spacemacs-help.el +++ b/layers/+completion/spacemacs-helm/local/helm-spacemacs-help/helm-spacemacs-help.el @@ -163,7 +163,7 @@ ((string-equal r "VIMUSERS.org") `("Vim users migration guide" . ,r)) (t - `(r . ,r)))) + `(,r . ,r)))) result))) (defun helm-spacemacs-help//documentation-action-open-file (candidate)