diff options
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/display.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index 5baee30ebb0..03b8188588f 100644 --- a/lispref/display.texi +++ b/lispref/display.texi | |||
| @@ -281,7 +281,8 @@ how to display a message and prevent it from being logged: | |||
| 281 | 281 | ||
| 282 | @defvar echo-keystrokes | 282 | @defvar echo-keystrokes |
| 283 | This variable determines how much time should elapse before command | 283 | This variable determines how much time should elapse before command |
| 284 | characters echo. Its value must be an integer, which specifies the | 284 | characters echo. Its value must be an integer or floating point number, |
| 285 | which specifies the | ||
| 285 | number of seconds to wait before echoing. If the user types a prefix | 286 | number of seconds to wait before echoing. If the user types a prefix |
| 286 | key (such as @kbd{C-x}) and then delays this many seconds before | 287 | key (such as @kbd{C-x}) and then delays this many seconds before |
| 287 | continuing, the prefix key is echoed in the echo area. (Once echoing | 288 | continuing, the prefix key is echoed in the echo area. (Once echoing |