From: Dmitry Gutov Date: Fri, 18 Sep 2020 09:15:46 +0000 (+0300) Subject: Fix typo, reported by Manuel Uberti X-Git-Tag: emacs-28.0.90~6017 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1283d3a5b297afade98073de4cc4732e904bda59;p=emacs.git Fix typo, reported by Manuel Uberti * lisp/progmodes/project.el (project-kill-buffer-conditions): Fix typo. --- 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.