Skip to content

Commit 39f7987

Browse files
Only docstring
1 parent af50563 commit 39f7987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm-core.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -2034,9 +2034,9 @@ The hook should takes one arg SOURCES.")
20342034

20352035
(defvar helm-dim-prompt-on-update nil
20362036
"Dim prompt when updating.
2037-
Do not set this globaly. Do not use this in async sources or in
2037+
Do not set this globally. Do not use this in async sources or in
20382038
commands using an async source in their sources.
2039-
Use this either let-bounded of helm buffer local.")
2039+
Use this either let-bounded or helm buffer local.")
20402040

20412041
;; Utility: logging
20422042
(defun helm-log (from format-string &rest args)

0 commit comments

Comments
 (0)