diff options
| author | Stefan Kangas | 2021-04-25 11:49:37 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2021-04-25 11:52:40 +0200 |
| commit | e1f0da91abf1fbe093d55cda324ce1fe20fe3f12 (patch) | |
| tree | 2ea2c24a61afa1c2058157cbc989efc9ddcdcd71 | |
| parent | 39bea8b59cd140ff72b63418631c24af84df3b57 (diff) | |
| download | emacs-e1f0da91abf1fbe093d55cda324ce1fe20fe3f12.tar.gz emacs-e1f0da91abf1fbe093d55cda324ce1fe20fe3f12.zip | |
* src/keyboard.c (Flossage_size): Improve prompt.
| -rw-r--r-- | src/keyboard.c | 2 |
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 | ||
| 10381 | DEFUN ("lossage-size", Flossage_size, Slossage_size, 0, 1, | 10381 | DEFUN ("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. |
| 10384 | If called with a non-nil ARG, set the limit to ARG and return it. | 10384 | If called with a non-nil ARG, set the limit to ARG and return it. |
| 10385 | Otherwise, return the current limit. | 10385 | Otherwise, return the current limit. |