emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 787df9d: ; * src/keyboard.c (read_char): Fix typo


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 787df9d: ; * src/keyboard.c (read_char): Fix typos in a comment.
Date: Sun, 03 Apr 2016 17:07:42 +0000

branch: emacs-25
commit 787df9dd053581b7e15fb0cd1ee3e9a17dbd1ad7
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * src/keyboard.c (read_char): Fix typos in a comment.
---
 src/keyboard.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/keyboard.c b/src/keyboard.c
index 9618e38..e3858a5 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -2837,7 +2837,7 @@ read_char (int commandflag, Lisp_Object map,
       if (CONSP (c) && EQ (XCAR (c), Qselect_window) && !end_time)
        /* We stopped being idle for this event; undo that.  This
           prevents automatic window selection (under
-          mouse_autoselect_window from acting as a real input event, for
+          mouse-autoselect-window) from acting as a real input event, for
           example banishing the mouse under mouse-avoidance-mode.  */
        timer_resume_idle ();
 



reply via email to

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