From b364697125fa0928f9499c0481de066c8ca5bbbf Mon Sep 17 00:00:00 2001 From: tyuuni Date: Sat, 9 Apr 2016 04:04:54 +0800 Subject: [PATCH] spacemacs-helm: Fix typo (,r . ,r) Fix a little bug. --- .../local/helm-spacemacs-help/helm-spacemacs-help.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)