diff lisp/desktop.el @ 59436:1b7f2dc9f5f6

(desktop-restore-eager): Fix typo in type.
author David Kastrup <dak@gnu.org>
date Sun, 09 Jan 2005 13:31:53 +0000
parents 0ddd142616f1
children c1de47aaf80f
line wrap: on
line diff
--- a/lisp/desktop.el	Sun Jan 09 02:45:24 2005 +0000
+++ b/lisp/desktop.el	Sun Jan 09 13:31:53 2005 +0000
@@ -271,7 +271,7 @@
   "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")