summaryrefslogtreecommitdiff
path: root/helm-multi-match.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-09-18 07:44:30 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-09-18 07:44:30 +0200
commit76e72fc7e29b90734fb7616999214e44f88b88cc (patch)
treeafa3655ef129c5dba78fc19d90d5602fc7b494b6 /helm-multi-match.el
parent60c7414abb813df5a31a9b684ccc8a1113e2fbf1 (diff)
Capitalize lighter in migemo-mode.
Diffstat (limited to 'helm-multi-match.el')
-rw-r--r--helm-multi-match.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-multi-match.el b/helm-multi-match.el
index 4c1adb5f..ceb82de8 100644
--- a/helm-multi-match.el
+++ b/helm-multi-match.el
@@ -265,7 +265,7 @@ i.e (identity (re-search-forward \"foo\" (point-at-eol) t)) => t."
"Enable migemo in helm.
It will be available in the source handling it,
i.e the sources which have the slot :migemo with non--nil value."
- :lighter " hmio"
+ :lighter " Hmio"
:group 'helm
:global t
(cl-assert (featurep 'migemo)