Explorar o código

Merge branch 'maint'

Nicolas Goaziou %!s(int64=8) %!d(string=hai) anos
pai
achega
21797c3185
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org-src.el

+ 1 - 1
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)