aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorDave Love2000-03-02 22:08:36 +0000
committerDave Love2000-03-02 22:08:36 +0000
commit65e8b582296530de4e2e58dccc044c111659636c (patch)
treee10cb7be0a71b4b80b156674a153c78aba765def /lispref
parent32f4453797d2f9253d7b32c5ddecabe9b2878041 (diff)
downloademacs-65e8b582296530de4e2e58dccc044c111659636c.tar.gz
emacs-65e8b582296530de4e2e58dccc044c111659636c.zip
echo-keystrokes change.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/display.texi3
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
283This variable determines how much time should elapse before command 283This variable determines how much time should elapse before command
284characters echo. Its value must be an integer, which specifies the 284characters echo. Its value must be an integer or floating point number,
285which specifies the
285number of seconds to wait before echoing. If the user types a prefix 286number of seconds to wait before echoing. If the user types a prefix
286key (such as @kbd{C-x}) and then delays this many seconds before 287key (such as @kbd{C-x}) and then delays this many seconds before
287continuing, the prefix key is echoed in the echo area. (Once echoing 288continuing, the prefix key is echoed in the echo area. (Once echoing