Browse Source

Fix typos (already fixed in Emacs trunk.)

Thanks to Juanma Barranquero for spotting and fixing them in Emacs.
Bastien Guerry 13 years ago
parent
commit
92d305092a
3 changed files with 4 additions and 4 deletions
  1. 1 1
      lisp/ob-ref.el
  2. 2 2
      lisp/ob.el
  3. 1 1
      lisp/org-publish.el

+ 1 - 1
lisp/ob-ref.el

@@ -73,7 +73,7 @@
   "Parse a variable ASSIGNMENT in a header argument.
   "Parse a variable ASSIGNMENT in a header argument.
 If the right hand side of the assignment has a literal value
 If the right hand side of the assignment has a literal value
 return that value, otherwise interpret as a reference to an
 return that value, otherwise interpret as a reference to an
-external resource and find it's value using
+external resource and find its value using
 `org-babel-ref-resolve'.  Return a list with two elements.  The
 `org-babel-ref-resolve'.  Return a list with two elements.  The
 first element of the list will be the name of the variable, and
 first element of the list will be the name of the variable, and
 the second will be an emacs-lisp representation of the value of
 the second will be an emacs-lisp representation of the value of

+ 2 - 2
lisp/ob.el

@@ -540,7 +540,7 @@ block."
 
 
 (defun org-babel-expand-body:generic (body params &optional var-lines)
 (defun org-babel-expand-body:generic (body params &optional var-lines)
   "Expand BODY with PARAMS.
   "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
 arguments.  This generic implementation of body expansion is
 called for languages which have not defined their own specific
 called for languages which have not defined their own specific
 org-babel-expand-body:lang function."
 org-babel-expand-body:lang function."
@@ -2217,7 +2217,7 @@ appropriate."
     cell))
     cell))
 
 
 (defun org-babel-number-p (string)
 (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)
   (if (and (string-match "^-?[0-9]*\\.?[0-9]*$" string)
            (= (length (substring string (match-beginning 0)
            (= (length (substring string (match-beginning 0)
 				 (match-end 0)))
 				 (match-end 0)))

+ 1 - 1
lisp/org-publish.el

@@ -717,7 +717,7 @@ If :auto-sitemap is set, publish the sitemap too.
 If :makeindex is set, also produce a file theindex.org."
 If :makeindex is set, also produce a file theindex.org."
   (mapc
   (mapc
    (lambda (project)
    (lambda (project)
-     ;; Each project uses it's own cache file:
+     ;; Each project uses its own cache file:
      (org-publish-initialize-cache (car project))
      (org-publish-initialize-cache (car project))
      (let*
      (let*
 	 ((project-plist (cdr project))
 	 ((project-plist (cdr project))