summaryrefslogtreecommitdiff
path: root/helm.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thievol@posteo.net>2021-05-25 22:02:05 +0200
committerThierry Volpiatto <thievol@posteo.net>2021-05-25 22:02:05 +0200
commita7bd522073e4c959ae88ff9eeb2191528242705e (patch)
tree5e4be4078674b5d019e37584f6e0864558fc5654 /helm.el
parenta49591b5a56e22c86476b798f7b63ba8527f498a (diff)
Typo in comment
Diffstat (limited to 'helm.el')
-rw-r--r--helm.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm.el b/helm.el
index b0f45b53..1bcdd787 100644
--- a/helm.el
+++ b/helm.el
@@ -4785,7 +4785,7 @@ without recomputing them, it should be a list of lists."
(helm-aif (assq 'requires-pattern source) (or (cdr it) 1) 0))
;; Entering repeatedly these strings (*, ?) takes 100% CPU
;; and hang emacs on MacOs preventing deleting backward those
- ;; characters (Bug#1802). Update it seems it is no more true,
+ ;; characters (Bug#1802). Update: it seems it is no more true,
;; thus this affect bug#2423, so let's remove this for now.
;; (not (string-match-p "\\`[*]+\\'" helm-pattern))
;; These incomplete regexps hang helm forever