Browse Source

Fix typos

Carsten Dominik 16 năm trước cách đây
mục cha
commit
398f5dd2dd
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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*"))