]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/keyboard (make_lispy_event): Fix a typo.
authorEli Zaretskii <eliz@gnu.org>
Thu, 17 Sep 2020 18:41:58 +0000 (21:41 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 17 Sep 2020 18:41:58 +0000 (21:41 +0300)
src/keyboard.c

index d82d323f637e1a29d26152c263e450b851bb4c2f..8525d3b8de13729e65bca4079b073f070ec918c0 100644 (file)
@@ -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)