diff options
author | Eli Zaretskii <eliz@gnu.org> | 2020-09-17 21:41:58 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2020-09-17 21:41:58 +0300 |
commit | ccd555f04b1c3e2f1af0f4302313355c13f9b708 (patch) | |
tree | 7c5116d3ee5861ff6c3ad68df375e1b5d31db9fb /src/keyboard.c | |
parent | 5e031c5e7095789d18743c1a915d3b252434bbc4 (diff) | |
download | emacs-ccd555f04b1c3e2f1af0f4302313355c13f9b708.tar.gz emacs-ccd555f04b1c3e2f1af0f4302313355c13f9b708.tar.bz2 emacs-ccd555f04b1c3e2f1af0f4302313355c13f9b708.zip |
; * src/keyboard (make_lispy_event): Fix a typo.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r-- | src/keyboard.c | 3 |
1 files changed, 2 insertions, 1 deletions
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) |