org-src: Fix typo in code comment

* lisp/org-src.el (org-edit-src-save): Fix typo.
This commit is contained in:
Nicolas Goaziou 2017-02-18 14:56:41 +01:00
parent 326894046c
commit 70872885be
1 changed files with 1 additions and 1 deletions

View File

@ -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)