summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-06-14 16:39:28 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-06-14 16:39:28 +0200
commit1704a25b987ff2065c3162bcd6fca21412beb562 (patch)
tree5e6e14fb710cf17e942eca4163e7d6b0112fba13
parent69675967e97dd968d8330fb7ef3fef588cccb57d (diff)
downloadorg-mode-1704a25b987ff2065c3162bcd6fca21412beb562.tar.gz
org-tempo: Fix docstring
* lisp/org-tempo.el (org-tempo-keywords-alist): Fix docstring.
-rw-r--r--lisp/org-tempo.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-tempo.el b/lisp/org-tempo.el
index a651c7b..3a9f42b 100644
--- a/lisp/org-tempo.el
+++ b/lisp/org-tempo.el
@@ -63,7 +63,7 @@
This is an alist of KEY characters and corresponding KEYWORDS,
just like `org-structure-template-alist'. The tempo snippet
\"<KEY\" will be expanded using the KEYWORD value. For example
-\"<l\" at the beginning of a line is expanded to \"#+latex:\".
+\"<L\" at the beginning of a line is expanded to \"#+latex:\".
Do not use \"I\" as a KEY, as it it reserved for expanding
\"#+include\"."