From b2925ad125fe4ab54c2bb085c0aae907db717ce5 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 19 Jul 2021 19:24:01 +0300 Subject: [PATCH] ; Fix a typo in a recent change * src/callint.c (syms_of_callint) : Fix a typo in the doc string. --- src/callint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/callint.c b/src/callint.c index a196210250d..6f8a7f13f61 100644 --- a/src/callint.c +++ b/src/callint.c @@ -894,7 +894,7 @@ behave as if the mark were still active. */); DEFVAR_LISP ("mouse-leave-buffer-hook", Vmouse_leave_buffer_hook, doc: /* Hook run when the user mouse-clicks in a window. It can be run both before and after switching windows, or even when -when not actually switching windows. +not actually switching windows. Its purpose is to give temporary modes such as Isearch mode a way to turn themselves off when a mouse command switches windows. */); -- 2.39.2