summaryrefslogtreecommitdiff
path: root/helm.el
diff options
context:
space:
mode:
authorkijima <norimaking777@gmail.com>2021-05-04 22:28:32 +0900
committerkijima <norimaking777@gmail.com>2021-05-04 22:28:32 +0900
commit0cbff6ac7168c6f37ec3a95d3949e37538dc39d9 (patch)
treefb5e6fe6c36a5fc6d1ea56cae989ae0289b76c79 /helm.el
parent7e64405c14448a4ecd75b503887b66a6fd0865f9 (diff)
Fix typo (syles → styles)
Diffstat (limited to 'helm.el')
-rw-r--r--helm.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/helm.el b/helm.el
index 3af1af8a..fe88ea65 100644
--- a/helm.el
+++ b/helm.el
@@ -1285,7 +1285,7 @@ emacs-26. Anyway, 'helm-flex is not provided in
Finally Helm provides two user variables to control
`completion-styles' usage: `helm-completion-style' and
-`helm-completion-syles-alist'. Both variables are customizable.
+`helm-completion-styles-alist'. Both variables are customizable.
The former allows retrieving previous Helm behavior if needed, by
setting it to `helm' or `helm-fuzzy', default being `emacs' which
allows dynamic completion and usage of `completion-styles'. The
@@ -1297,7 +1297,7 @@ helmized commands. File completion in `read-file-name' family
doesn't obey completion-styles and has its own file completion
implementation. Native Helm commands using `completion-styles'
doesn't obey `helm-completion-style' and
-`helm-completion-syles-alist' (e.g., helm-M-x).
+`helm-completion-styles-alist' (e.g., helm-M-x).
Also for a better control of styles in native Helm sources (not
helmized by helm-mode) using :match-dynamic,