* [PATCH] org.el: Fix typo
@ 2018-10-09 17:03 Michaël Cadilhac
2018-10-10 4:52 ` Bastien
0 siblings, 1 reply; 2+ messages in thread
From: Michaël Cadilhac @ 2018-10-09 17:03 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 51 bytes --]
Hi there;
Smallest possible typo. :-)
Cheers;
M.
[-- Attachment #1.2: Type: text/html, Size: 130 bytes --]
[-- Attachment #2: 0001-org.el-Fix-typo.patch --]
[-- Type: text/x-patch, Size: 952 bytes --]
From 18461bcddf8549f03f5a57128900c3d56b6a7381 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Cadilhac?= <michael@cadilhac.name>
Date: Tue, 9 Oct 2018 17:57:55 +0100
Subject: [PATCH] org.el: Fix typo
* lisp/org.el (org-enforce-todo-checkbox-dependencies): Fix typo.
TINYCHANGE
---
lisp/org.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/org.el b/lisp/org.el
index e3866c2..2b7d16c 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -2822,7 +2822,7 @@ When non-nil, you first need to check off all check boxes before the TODO
entry can be switched to DONE.
This variable needs to be set before org.el is loaded, and you need to
restart Emacs after a change to make the change effective. The only way
-to change is while Emacs is running is through the customize interface."
+to change it while Emacs is running is through the customize interface."
:set (lambda (var val)
(set var val)
(if val
--
2.19.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] org.el: Fix typo
2018-10-09 17:03 [PATCH] org.el: Fix typo Michaël Cadilhac
@ 2018-10-10 4:52 ` Bastien
0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2018-10-10 4:52 UTC (permalink / raw)
To: Michaël Cadilhac; +Cc: emacs-orgmode
Hi Michaël,
Michaël Cadilhac <michael@cadilhac.name> writes:
> Smallest possible typo. :-)
applied, thanks!
--
Bastien
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-10-10 4:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-09 17:03 [PATCH] org.el: Fix typo Michaël Cadilhac
2018-10-10 4:52 ` Bastien
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).