(desktop-restore-eager): Fix typo in type.
This commit is contained in:
parent
03e31a1a3e
commit
0ba9bc53bd
2 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue