Procházet zdrojové kódy

org-faces.el: fix docstring typo

Aaron Ecay před 10 roky
rodič
revize
7b8a24194b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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")