|
@@ -540,7 +540,7 @@ block."
|
|
|
|
|
|
(defun org-babel-expand-body:generic (body params &optional var-lines)
|
|
|
"Expand BODY with PARAMS.
|
|
|
-Expand a block of code with org-babel according to it's header
|
|
|
+Expand a block of code with org-babel according to its header
|
|
|
arguments. This generic implementation of body expansion is
|
|
|
called for languages which have not defined their own specific
|
|
|
org-babel-expand-body:lang function."
|
|
@@ -2217,7 +2217,7 @@ appropriate."
|
|
|
cell))
|
|
|
|
|
|
(defun org-babel-number-p (string)
|
|
|
- "If STRING represents a number return it's value."
|
|
|
+ "If STRING represents a number return its value."
|
|
|
(if (and (string-match "^-?[0-9]*\\.?[0-9]*$" string)
|
|
|
(= (length (substring string (match-beginning 0)
|
|
|
(match-end 0)))
|