>From 8c4bdb482bffafd8b0a25ee06f6ac2efb075a334 Mon Sep 17 00:00:00 2001 From: Manuel Uberti Date: Wed, 16 Sep 2020 20:06:57 +0200 Subject: [PATCH] Fix typo in project-kill-buffer-conditions --- 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 7180ba317c..7fa19d3c6d 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -1021,7 +1021,7 @@ project-kill-buffer-conditions The car can be one of the following: * `major-mode': the buffer is killed if the buffer's major mode is eq to the cons-cell's cdr - * `defived-mode': the buffer is killed if the buffer's major + * `derived-mode': the buffer is killed if the buffer's major mode is derived from the major mode denoted by the cons-cell's cdr * `not': the cdr is interpreted as a negation of a condition. -- 2.25.1