瀏覽代碼

Fix typos

Carsten Dominik 16 年之前
父節點
當前提交
398f5dd2dd
共有 2 個文件被更改,包括 2 次插入2 次删除
  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*"))