]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/keyboard.c (Flossage_size): Improve prompt.
authorStefan Kangas <stefan@marxist.se>
Sun, 25 Apr 2021 09:49:37 +0000 (11:49 +0200)
committerStefan Kangas <stefan@marxist.se>
Sun, 25 Apr 2021 09:52:40 +0000 (11:52 +0200)
src/keyboard.c

index 5db45ce8e575531b9f17d789ea4c4feffb9c4ef0..e9236fee1aa1c4cd1413f446a61511502291c71b 100644 (file)
@@ -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.