From 0ba9bc53bd2a17a1c18bfc862a214c5eb61557a7 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Sun, 9 Jan 2005 13:31:53 +0000 Subject: [PATCH] (desktop-restore-eager): Fix typo in type. --- lisp/ChangeLog | 4 ++++ lisp/desktop.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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") -- 2.11.4.GIT