(desktop-restore-eager): Fix typo in type.

This commit is contained in:
David Kastrup 2005-01-09 13:31:53 +00:00
parent 03e31a1a3e
commit 0ba9bc53bd
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2005-01-09 David Kastrup <dak@gnu.org>
* desktop.el (desktop-restore-eager): Fix typo in type.
2005-01-08 Richard M. Stallman <rms@gnu.org>
* cus-edit.el (customize): Delete :link.

View file

@ -271,7 +271,7 @@ Possible values are:
"Number of buffers to restore immediately.
Remaining buffers are restored lazily (when Emacs is idle).
If value is t, all buffers are restored immediately."
:type '(choise (const t) integer)
:type '(choice (const t) integer)
:group 'desktop
:version "21.4")