emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master e1f0da9 2/2: * src/keyboard.c (Flossage_size): Improve prompt.


From: Stefan Kangas
Subject: master e1f0da9 2/2: * src/keyboard.c (Flossage_size): Improve prompt.
Date: Sun, 25 Apr 2021 05:56:59 -0400 (EDT)

branch: master
commit e1f0da91abf1fbe093d55cda324ce1fe20fe3f12
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * 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 5db45ce..e9236fe 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]