]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in project-kill-buffers
authorStefan Kangas <stefan@marxist.se>
Fri, 18 Sep 2020 18:30:00 +0000 (20:30 +0200)
committerStefan Kangas <stefan@marxist.se>
Fri, 18 Sep 2020 18:32:15 +0000 (20:32 +0200)
* lisp/progmodes/project.el (project-kill-buffers): Fix typo.
Reported by Manuel Uberti <manuel.uberti@inventati.org>

lisp/progmodes/project.el

index 7fa19d3c6d7eecc7eece839236ae2edb95f06a9a..39120457b66fa68d44d445d7592860603959a536 100644 (file)
@@ -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)))