* src/keyboard.c (Flossage_size): Improve prompt.
This commit is contained in:
parent
39bea8b59c
commit
e1f0da91ab
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue