summaryrefslogtreecommitdiff
path: root/helm-lib.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2019-11-23 12:23:47 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2019-11-23 12:23:47 +0100
commitf1c9cfb98521961e3250505e64d785a10eef9a1d (patch)
treebf32cea8f02bda6c4f450d39bfa06ba112260f26 /helm-lib.el
parentb74fbaef432d001562a5d5ce16f523fd5c27ef87 (diff)
Rename function
* helm-mode.el (helm-completion-in-region--set-completion-styles): Renamed from helm-completion-in-region--fix-completion-styles.
Diffstat (limited to 'helm-lib.el')
-rw-r--r--helm-lib.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-lib.el b/helm-lib.el
index 445c07aa..a1b53578 100644
--- a/helm-lib.el
+++ b/helm-lib.el
@@ -1364,7 +1364,7 @@ Example:
"
(lambda ()
;; FIXME: not working with other old syles, see comment in
- ;; helm-completion-in-region--fix-completion-styles.
+ ;; helm-completion-in-region--set-completion-styles.
(let* ((completion-styles (cond ((memq 'flex completion-styles)
'(flex helm))
((memq 'helm-flex completion-styles)