Parcourir la source

Fixed typos in docstrings.

Carsten Dominik il y a 17 ans
Parent
commit
36a4a26f2f
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      contrib/lisp/org-eval.el
  2. 1 1
      lisp/org.el

+ 1 - 1
contrib/lisp/org-eval.el

@@ -120,7 +120,7 @@ ruby    The ruby interpreter"
 	      (const "shell")))
   
 (defun org-eval-handle-snippets (limit &optional replace)
-  "Evaluate code nisppets and display the results as display property.
+  "Evaluate code snippets and display the results as display property.
 When REPLACE is non-nil, replace the code region with the result (used
 for export)."
   (let (a)

+ 1 - 1
lisp/org.el

@@ -3630,7 +3630,7 @@ between words."
   "Regular expression matching a property line.")
 
 (defvar org-font-lock-hook nil
-  "Functions to be called for special font loch stuff.")
+  "Functions to be called for special font lock stuff.")
 
 (defun org-font-lock-hook (limit)
   (run-hook-with-args 'org-font-lock-hook limit))