summaryrefslogtreecommitdiff
path: root/helm-info.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2012-05-06 00:03:38 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2012-05-06 00:03:38 +0200
commit3aeb618bfeaebcd51b59a18fe1d83d25ebec9ace (patch)
tree26fb345ee6483bbee81499fda25504b3de917698 /helm-info.el
parent80c34cb72471f32c718f760649f1aacca78816fc (diff)
Fix defcustoms.
* helm-buffers.el * helm-info.el
Diffstat (limited to 'helm-info.el')
-rw-r--r--helm-info.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-info.el b/helm-info.el
index b77800a4..3318ab7d 100644
--- a/helm-info.el
+++ b/helm-info.el
@@ -80,7 +80,7 @@ Where NAME is one of `helm-c-default-info-index-list'."
"bison" "id-utils" "global")
"Info Manual entries to use for building helm info index commands."
:group 'helm-info
- :type 'list
+ :type '(repeat (choice string))
:set 'helm-info-index-set)