Mercurial > emacs
changeset 20017:0bef1d3ea752
(echo-keystrokes): Fix customize type.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 02 Oct 1997 02:57:01 +0000 |
parents | 14f83589db18 |
children | eb109838909d |
files | lisp/cus-start.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-start.el Thu Oct 02 02:56:26 1997 +0000 +++ b/lisp/cus-start.el Thu Oct 02 02:57:01 1997 +0000 @@ -113,7 +113,7 @@ (auto-save-interval auto-save integer) (auto-save-timeout auto-save (choice (const :tag "off" nil) (integer :format "%v"))) - (echo-keystrokes minibuffer boolean) + (echo-keystrokes minibuffer integer) (polling-period keyboard integer) (double-click-time mouse (restricted-sexp :match-alternatives (integerp 'nil 't)))