emacs-diffs
[Top][All Lists]
Advanced

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

master ccd555f: ; * src/keyboard (make_lispy_event): Fix a typo.


From: Eli Zaretskii
Subject: master ccd555f: ; * src/keyboard (make_lispy_event): Fix a typo.
Date: Thu, 17 Sep 2020 14:42:29 -0400 (EDT)

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

    ; * src/keyboard (make_lispy_event): Fix a typo.
---
 src/keyboard.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/keyboard.c b/src/keyboard.c
index d82d323..8525d3b 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -6042,7 +6042,7 @@ make_lispy_event (struct input_event *event)
       }
 #endif
 
-#ifdef USE_FILE_NO101TIFY
+#ifdef USE_FILE_NOTIFY
     case FILE_NOTIFY_EVENT:
 #ifdef HAVE_W32NOTIFY
       /* Make an event (file-notify (DESCRIPTOR ACTION FILE) CALLBACK).  */
@@ -10442,6 +10442,7 @@ DEFUN ("lossage-size", Flossage_size, Slossage_size, 0, 
1,
        "(list (read-number \"new-size: \" (lossage-size)))",
        doc: /* Return or set the maximum number of keystrokes to save.
 If called with a non-nil ARG, set the limit to ARG and return it.
+Otherwise, return the current limit.
 
 The saved keystrokes are shown by `view-lossage'.  */)
   (Lisp_Object arg)



reply via email to

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