Fix typos (#359)

Typos found with codespell.
This commit is contained in:
Damien Cassou
2019-12-10 18:59:45 +01:00
committed by Jules Tamangan
parent b9b851a767
commit b880554d04
5 changed files with 11 additions and 11 deletions

View File

@@ -607,7 +607,7 @@ from being executed if in multiple-cursors-mode."
(when interprogram-paste
;; Add interprogram-paste to normal kill ring, just
;; like current-kill usually does for itself.
;; We have to do the work for it tho, since the funcall only returns
;; We have to do the work for it though, since the funcall only returns
;; something once. It is not a pure function.
(let ((interprogram-cut-function nil))
(if (listp interprogram-paste)