summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-02-18 14:56:41 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-02-18 14:56:41 +0100
commit70872885be739dfeed9dd834927e0f182879b87f (patch)
tree679819fe3e0df657313553e597260491c19dcd6b
parent326894046c5b4dcd114642a8eb92cbb3dfb8962f (diff)
downloadorg-mode-70872885be739dfeed9dd834927e0f182879b87f.tar.gz
org-src: Fix typo in code comment
* lisp/org-src.el (org-edit-src-save): Fix typo.
-rw-r--r--lisp/org-src.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-src.el b/lisp/org-src.el
index 32883b0..a0ea285 100644
--- a/lisp/org-src.el
+++ b/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)