]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix a typo in a recent change
authorEli Zaretskii <eliz@gnu.org>
Mon, 19 Jul 2021 16:24:01 +0000 (19:24 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 19 Jul 2021 16:24:01 +0000 (19:24 +0300)
* src/callint.c (syms_of_callint) <mouse-leave-buffer-hook>: Fix a
typo in the doc string.

src/callint.c

index a196210250d9453f5dbd195012e0f2183ce301f6..6f8a7f13f61d544ca450794ace99801dbd0a46fe 100644 (file)
@@ -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.  */);