Fix typo, reported by Manuel Uberti
* lisp/progmodes/project.el (project-kill-buffer-conditions): Fix typo.
This commit is contained in:
parent
a22fdc9620
commit
1283d3a5b2
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue