]> git.eshelyaron.com Git - emacs.git/commitdiff
(desktop-restore-eager): Fix typo in type.
authorDavid Kastrup <dak@gnu.org>
Sun, 9 Jan 2005 13:31:53 +0000 (13:31 +0000)
committerDavid Kastrup <dak@gnu.org>
Sun, 9 Jan 2005 13:31:53 +0000 (13:31 +0000)
lisp/ChangeLog
lisp/desktop.el

index 485aa4ce7e17e9476c9460d7874afc1762c92ec0..2b7b196c2fac0c329a6407a4ee55adc91f34bf29 100644 (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.
index 18bb638c045f664e050bd60dd02a033c523ee387..77c7a1f076f27aa43fd7d1b1f33f138b6bddf117 100644 (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")