From ccd555f04b1c3e2f1af0f4302313355c13f9b708 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 17 Sep 2020 21:41:58 +0300 Subject: [PATCH] ; * 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 d82d323f637..8525d3b8de1 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) -- 2.39.5