Explorar o código

Fixed typos in docstrings.

Carsten Dominik %!s(int64=17) %!d(string=hai) anos
pai
achega
36a4a26f2f
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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))