emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 1283d3a: Fix typo, reported by Manuel Uberti


From: Dmitry Gutov
Subject: master 1283d3a: Fix typo, reported by Manuel Uberti
Date: Fri, 18 Sep 2020 05:15:54 -0400 (EDT)

branch: master
commit 1283d3a5b297afade98073de4cc4732e904bda59
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    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 7180ba3..7fa19d3 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]