Browse Source

Fix typos

Carsten Dominik 16 years ago
parent
commit
398f5dd2dd
2 changed files with 2 additions and 2 deletions
  1. 1 1
      lisp/org-docbook.el
  2. 1 1
      lisp/org-latex.el

+ 1 - 1
lisp/org-docbook.el

@@ -305,7 +305,7 @@ could call this function in the following way:
   (setq docbook (org-export-region-as-docbook beg end t 'string))
 
 When called interactively, the output buffer is selected, and shown
-in a window.  A non-interactive call will only retunr the buffer."
+in a window.  A non-interactive call will only return the buffer."
   (interactive "r\nP")
   (when (interactive-p)
     (setq buffer "*Org DocBook Export*"))

+ 1 - 1
lisp/org-latex.el

@@ -380,7 +380,7 @@ a Lisp program could call this function in the following way:
   (setq latex (org-export-region-as-latex beg end t 'string))
 
 When called interactively, the output buffer is selected, and shown
-in a window.  A non-interactive call will only retunr the buffer."
+in a window.  A non-interactive call will only return the buffer."
   (interactive "r\nP")
   (when (interactive-p)
     (setq buffer "*Org LaTeX Export*"))