From: Stefan Kangas Date: Sun, 25 Apr 2021 09:49:37 +0000 (+0200) Subject: * src/keyboard.c (Flossage_size): Improve prompt. X-Git-Tag: emacs-28.0.90~2737 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e1f0da91abf1fbe093d55cda324ce1fe20fe3f12;p=emacs.git * src/keyboard.c (Flossage_size): Improve prompt. --- 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.