Browse Source

Fixed typos in docstrings.

Carsten Dominik 17 năm trước cách đây
mục cha
commit
36a4a26f2f
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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))