瀏覽代碼

org-src: Fix typo in code comment

* lisp/org-src.el (org-edit-src-save): Fix typo.
Nicolas Goaziou 8 年之前
父節點
當前提交
70872885be
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-src.el

+ 1 - 1
lisp/org-src.el

@@ -1034,7 +1034,7 @@ Throw an error if there is no such buffer."
 	(when (and expecting-bol (not (bolp))) (insert "\n")))
       (save-buffer)
       (move-overlay overlay beg (point))))
-  ;; `write-contents-functions' require the function to return
+  ;; `write-contents-functions' requires the function to return
   ;; a non-nil value so that other functions are not called.
   t)