spacemacs-helm: Fix typo (,r . ,r)

Fix a little bug.
This commit is contained in:
tyuuni 2016-04-09 04:04:54 +08:00 committed by syl20bnr
parent 4ce4d6de77
commit b364697125
1 changed files with 1 additions and 1 deletions

View File

@ -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)