all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Typo in project.el
@ 2020-09-16 18:11 Manuel Uberti
  2020-09-18  9:17 ` Dmitry Gutov
  0 siblings, 1 reply; 2+ messages in thread
From: Manuel Uberti @ 2020-09-16 18:11 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 341 bytes --]

Hello everyone,

I found a small typo in the docstring project-kill-buffer-conditions.

This is my first patch, so if I did something wrong, just explain it to me and
I'll do my best to improve the quality of my contributions.

BTW, thanks for project.el, it's a really helpful library.


All the best

-- 
Manuel Uberti
www.manueluberti.eu

[-- Attachment #2: 0001-Fix-typo-in-project-kill-buffer-conditions.patch --]
[-- Type: text/x-patch, Size: 949 bytes --]

From 8c4bdb482bffafd8b0a25ee06f6ac2efb075a334 Mon Sep 17 00:00:00 2001
From: Manuel Uberti <manuel.uberti@inventati.org>
Date: Wed, 16 Sep 2020 20:06:57 +0200
Subject: [PATCH] Fix typo in project-kill-buffer-conditions

---
 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 7180ba317c..7fa19d3c6d 100644
--- a/lisp/progmodes/project.el
+++ b/lisp/progmodes/project.el
@@ -1021,7 +1021,7 @@ project-kill-buffer-conditions
   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.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-18  9:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-16 18:11 Typo in project.el Manuel Uberti
2020-09-18  9:17 ` Dmitry Gutov

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.