projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1d9463
)
Fix typo in project-kill-buffers
author
Stefan Kangas
<stefan@marxist.se>
Fri, 18 Sep 2020 18:30:00 +0000
(20:30 +0200)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/lisp/progmodes/project.el
b/lisp/progmodes/project.el
index 7fa19d3c6d7eecc7eece839236ae2edb95f06a9a..39120457b66fa68d44d445d7592860603959a536 100644
(file)
--- 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."
+interactiv
e
ly."
(interactive)
(let* ((pr (project-current t))
(bufs (project--buffers-to-kill pr)))