From e1f0da91abf1fbe093d55cda324ce1fe20fe3f12 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 25 Apr 2021 11:49:37 +0200 Subject: [PATCH] * src/keyboard.c (Flossage_size): Improve prompt. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } DEFUN ("lossage-size", Flossage_size, Slossage_size, 0, 1, - "(list (read-number \"new-size: \" (lossage-size)))", + "(list (read-number \"Set maximum keystrokes to: \" (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. -- 2.39.5