From: Stefan Kangas Date: Fri, 18 Sep 2020 18:30:00 +0000 (+0200) Subject: Fix typo in project-kill-buffers X-Git-Tag: emacs-28.0.90~6009 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3b79ff617918adcc775fce392504da1fb4b2030a;p=emacs.git Fix typo in project-kill-buffers * lisp/progmodes/project.el (project-kill-buffers): Fix typo. Reported by Manuel Uberti --- diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index 7fa19d3c6d7..39120457b66 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -1105,7 +1105,7 @@ identical. Only the buffers that match a condition in `project-kill-buffer-conditions' will be killed. If NO-CONFIRM is non-nil, the command will not ask the user for confirmation. NO-CONFIRM is always nil when the command is invoked -interactivly." +interactively." (interactive) (let* ((pr (project-current t)) (bufs (project--buffers-to-kill pr)))