From d6a2754348f57883036c0f35f0a880b7817e6bc1 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 2 Oct 2020 18:02:51 +0200 Subject: ; Fix more typos --- lisp/cedet/srecode/fields.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/cedet/srecode/fields.el') diff --git a/lisp/cedet/srecode/fields.el b/lisp/cedet/srecode/fields.el index e46c5820c55..87c7c684dab 100644 --- a/lisp/cedet/srecode/fields.el +++ b/lisp/cedet/srecode/fields.el @@ -164,7 +164,7 @@ Has virtual :start and :end initializers.") (cl-defmethod srecode-overlaid-text ((olaid srecode-overlaid) &optional set-to) "Return the text under OLAID. -If SET-TO is a string, then replace the text of OLAID wit SET-TO." +If SET-TO is a string, then replace the text of OLAID with SET-TO." (let* ((ol (oref olaid overlay)) (start (overlay-start ol))) (if (not (stringp set-to)) -- cgit v1.2.3