aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 5db45ce8e57..e9236fee1aa 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -10379,7 +10379,7 @@ update_recent_keys (int new_size, int kept_keys)
10379} 10379}
10380 10380
10381DEFUN ("lossage-size", Flossage_size, Slossage_size, 0, 1, 10381DEFUN ("lossage-size", Flossage_size, Slossage_size, 0, 1,
10382 "(list (read-number \"new-size: \" (lossage-size)))", 10382 "(list (read-number \"Set maximum keystrokes to: \" (lossage-size)))",
10383 doc: /* Return or set the maximum number of keystrokes to save. 10383 doc: /* Return or set the maximum number of keystrokes to save.
10384If called with a non-nil ARG, set the limit to ARG and return it. 10384If called with a non-nil ARG, set the limit to ARG and return it.
10385Otherwise, return the current limit. 10385Otherwise, return the current limit.