summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-02-18 14:57:04 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-02-18 14:57:04 +0100
commit21797c31858cc0dac40ee7f4dd33afd59a5ebbf9 (patch)
tree4407f1bcf93f4121cf123a44d9a9c72e85da349b
parentf745f93fd211815311719bfe53a4dc0f59671203 (diff)
parent70872885be739dfeed9dd834927e0f182879b87f (diff)
downloadorg-mode-21797c31858cc0dac40ee7f4dd33afd59a5ebbf9.tar.gz
Merge branch 'maint'
-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 2379a58..dfc422b 100644
--- a/lisp/org-src.el
+++ b/lisp/org-src.el
@@ -1056,7 +1056,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)