* [PATCH] Fix typo in doc
@ 2020-04-19 10:04 Leo Vivier
2020-04-21 0:49 ` Kyle Meyer
0 siblings, 1 reply; 2+ messages in thread
From: Leo Vivier @ 2020-04-19 10:04 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 82 bytes --]
Hello,
I’ve spotted a small mistake in the doc.
Best,
--
Leo Vivier
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-lisp-org.el-org-mode-map-fix-typo.patch --]
[-- Type: text/x-patch, Size: 627 bytes --]
From b2b2582b4eb1deb1a41f200a17876dfbcbf26b5e Mon Sep 17 00:00:00 2001
From: Leo Vivier <leo.vivier+org@gmail.com>
Date: Sun, 19 Apr 2020 12:01:30 +0200
Subject: [PATCH] * lisp/org.el (org-mode-map): fix typo
---
lisp/org-keys.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/org-keys.el b/lisp/org-keys.el
index 066720fdf..d358da763 100644
--- a/lisp/org-keys.el
+++ b/lisp/org-keys.el
@@ -219,7 +219,7 @@
;;; Variables
(defvar org-mode-map (make-sparse-keymap)
- "Keymap fo Org mode.")
+ "Keymap for Org mode.")
(defvaralias 'org-CUA-compatible 'org-replace-disputed-keys)
--
2.26.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-04-21 0:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-19 10:04 [PATCH] Fix typo in doc Leo Vivier
2020-04-21 0:49 ` Kyle Meyer
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).