瀏覽代碼

org-tempo: Fix docstring

* lisp/org-tempo.el (org-tempo-keywords-alist): Fix docstring.
Nicolas Goaziou 6 年之前
父節點
當前提交
1704a25b98
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-tempo.el

+ 1 - 1
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\"."