From: Eli Zaretskii Date: Thu, 17 Sep 2020 18:41:58 +0000 (+0300) Subject: ; * src/keyboard (make_lispy_event): Fix a typo. X-Git-Tag: emacs-28.0.90~6030 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ccd555f04b1c3e2f1af0f4302313355c13f9b708;p=emacs.git ; * src/keyboard (make_lispy_event): Fix a typo. --- 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)