]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo, reported by Manuel Uberti
authorDmitry Gutov <dgutov@yandex.ru>
Fri, 18 Sep 2020 09:15:46 +0000 (12:15 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Fri, 18 Sep 2020 09:15:46 +0000 (12:15 +0300)
* lisp/progmodes/project.el (project-kill-buffer-conditions):
Fix typo.

lisp/progmodes/project.el

index 7180ba317c3f0169ea852b440c8d30907b988335..7fa19d3c6d7eecc7eece839236ae2edb95f06a9a 100644 (file)
@@ -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.