aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Kangas2021-04-25 11:49:37 +0200
committerStefan Kangas2021-04-25 11:52:40 +0200
commite1f0da91abf1fbe093d55cda324ce1fe20fe3f12 (patch)
tree2ea2c24a61afa1c2058157cbc989efc9ddcdcd71 /src
parent39bea8b59cd140ff72b63418631c24af84df3b57 (diff)
downloademacs-e1f0da91abf1fbe093d55cda324ce1fe20fe3f12.tar.gz
emacs-e1f0da91abf1fbe093d55cda324ce1fe20fe3f12.zip
* src/keyboard.c (Flossage_size): Improve prompt.
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.