Fixed typos in docstrings.

This commit is contained in:
Carsten Dominik 2008-05-13 16:43:00 +02:00
parent 4d99cbe28e
commit 36a4a26f2f
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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))