emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 3b79ff6: Fix typo in project-kill-buffers


From: Stefan Kangas
Subject: master 3b79ff6: Fix typo in project-kill-buffers
Date: Fri, 18 Sep 2020 14:32:51 -0400 (EDT)

branch: master
commit 3b79ff617918adcc775fce392504da1fb4b2030a
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Fix typo in project-kill-buffers
    
    * lisp/progmodes/project.el (project-kill-buffers): Fix typo.
    Reported by Manuel Uberti <manuel.uberti@inventati.org>
---
 lisp/progmodes/project.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index 7fa19d3..3912045 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]