Browse Source

Fix docstring typo

* lisp/org.el (org-mode-map): Fix typo.

TINYCHANGE
Leo Vivier 4 years ago
parent
commit
41fe010868
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-keys.el

+ 1 - 1
lisp/org-keys.el

@@ -218,7 +218,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)