summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-11-03 23:10:38 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-11-03 23:10:38 +0100
commit08c9de2a74082e693034ab2494df7de2931ea028 (patch)
tree4016609c9cb89075944e5519a34def6ee128f7d8
parentf38a7d433b857e7d86f808cd8ed29d63ac841a99 (diff)
downloadorg-mode-08c9de2a74082e693034ab2494df7de2931ea028.tar.gz
Fix typo in docstring
* lisp/org.el (org-speed-commands-user): Fix typo in docstring.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 419945f..571a311 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -1284,7 +1284,7 @@ star at the beginning of the headline, you can do this:
This list will be checked before `org-speed-commands-default'
when the variable `org-use-speed-commands' is non-nil
and when the cursor is at the beginning of a headline.
-The car if each entry is a string with a single letter, which must
+The car of each entry is a string with a single letter, which must
be assigned to `self-insert-command' in the global map.
The cdr is either a command to be called interactively, a function
to be called, or a form to be evaluated.