浏览代码

org-faces.el: fix docstring typo

Aaron Ecay 10 年之前
父节点
当前提交
7b8a24194b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-faces.el

+ 1 - 1
lisp/org-faces.el

@@ -491,7 +491,7 @@ changes."
 
 (defface org-meta-line
   (org-compatible-face 'font-lock-comment-face nil)
-  "Face for meta lines startin with \"#+\"."
+  "Face for meta lines starting with \"#+\"."
   :group 'org-faces
   :version "22.1")