Fixed typos in docstrings.
This commit is contained in:
parent
4d99cbe28e
commit
36a4a26f2f
|
@ -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)
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue