From: David Kastrup Date: Sun, 9 Jan 2005 13:31:53 +0000 (+0000) Subject: (desktop-restore-eager): Fix typo in type. X-Git-Tag: ttn-vms-21-2-B4~2850 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0ba9bc53bd2a17a1c18bfc862a214c5eb61557a7;p=emacs.git (desktop-restore-eager): Fix typo in type. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 485aa4ce7e1..2b7b196c2fa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-01-09 David Kastrup + + * desktop.el (desktop-restore-eager): Fix typo in type. + 2005-01-08 Richard M. Stallman * cus-edit.el (customize): Delete :link. diff --git a/lisp/desktop.el b/lisp/desktop.el index 18bb638c045..77c7a1f076f 100644 --- a/lisp/desktop.el +++ b/lisp/desktop.el @@ -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")