emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b2925ad 1/2: ; Fix a typo in a recent change


From: Eli Zaretskii
Subject: master b2925ad 1/2: ; Fix a typo in a recent change
Date: Mon, 19 Jul 2021 12:24:51 -0400 (EDT)

branch: master
commit b2925ad125fe4ab54c2bb085c0aae907db717ce5
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix a typo in a recent change
    
    * src/callint.c (syms_of_callint) <mouse-leave-buffer-hook>: 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 a196210..6f8a7f1 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.  */);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]