From: Eli Zaretskii Date: Mon, 19 Jul 2021 16:24:01 +0000 (+0300) Subject: ; Fix a typo in a recent change X-Git-Tag: emacs-28.0.90~1802 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b2925ad125fe4ab54c2bb085c0aae907db717ce5;p=emacs.git ; Fix a typo in a recent change * src/callint.c (syms_of_callint) : Fix a typo in the doc string. --- 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. */);