branch: elpa/helm
commit eed11ecf2fba5d6a46055e4ac547ef6818d34f1d
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Fix bug link
---
 helm-core.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-core.el b/helm-core.el
index 54dcf9859e..495cfe5d72 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -5191,7 +5191,7 @@ without recomputing them, it should be a list of lists."
              ;; updating.
              (setq matches (or candidates (helm--collect-matches sources)))
              ;; If computing matches finished and is not interrupted
-             ;; erase the helm-buffer and render results (Fix #1157).
+             ;; erase the helm-buffer and render results (Fix bug#1157).
              (when matches ;; nil only when interrupted by while-no-input.
                (erase-buffer)
                (cl-loop for src in sources

Reply via email to