Mercurial > emacs
changeset 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 | fbef6cc42fcd |
children | 4cd1791518c2 |
files | lisp/ChangeLog lisp/desktop.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Jan 09 02:45:24 2005 +0000 +++ b/lisp/ChangeLog Sun Jan 09 13:31:53 2005 +0000 @@ -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.
--- 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")