branch: elpa/helm commit dca546170d6eacbe1bbb613e916ab00643c9c43c Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Fix comment --- helm-for-files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-for-files.el b/helm-for-files.el index e5c3beefe3..d773fcd9b4 100644 --- a/helm-for-files.el +++ b/helm-for-files.el @@ -122,7 +122,7 @@ Be aware that a nil value will make tramp display very slow." ((init :initform (lambda () (require 'recentf) (when helm-turn-on-recentf (recentf-mode 1)) - ;; Use a copy of not recentf-list itself but the of its + ;; Use a copy of not recentf-list itself but of its ;; elements to not corrupt them with text props. (setq helm-recentf-cache (helm-copy-sequence recentf-list)))) (candidates :initform 'helm-recentf-cache)