From 1283d3a5b297afade98073de4cc4732e904bda59 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Fri, 18 Sep 2020 12:15:46 +0300 Subject: [PATCH] Fix typo, reported by Manuel Uberti * lisp/progmodes/project.el (project-kill-buffer-conditions): Fix typo. --- 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 7180ba317c3..7fa19d3c6d7 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -1021,7 +1021,7 @@ Each condition is either: 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.39.5