branch: elpa/helm commit bdce41b2d2d41329d80990d55d66ccbaaa5a340b Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Fix grammar in comment --- helm-files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-files.el b/helm-files.el index 58f1363b0f..17e1e8aa4d 100644 --- a/helm-files.el +++ b/helm-files.el @@ -1797,7 +1797,7 @@ this working." (require 'helm-adaptive) (require 'em-alias) (eshell-read-aliases-list) (unless (> emacs-major-version 27) - ;; This advice have been merged in emacs-28. + ;; This advice has been merged in emacs-28. (advice-add 'eshell-eval-command :override #'helm--advice-eshell-eval-command)) (when (or eshell-command-aliases-list (y-or-n-p "No eshell aliases found, run eshell-command without alias anyway? "))