emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/desktop.el


From: David Kastrup
Subject: [Emacs-diffs] Changes to emacs/lisp/desktop.el
Date: Sun, 09 Jan 2005 08:56:35 -0500

Index: emacs/lisp/desktop.el
diff -c emacs/lisp/desktop.el:1.78 emacs/lisp/desktop.el:1.79
*** emacs/lisp/desktop.el:1.78  Fri Jan  7 20:18:59 2005
--- emacs/lisp/desktop.el       Sun Jan  9 13:31:53 2005
***************
*** 271,277 ****
    "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)
    :group 'desktop
    :version "21.4")
  
--- 271,277 ----
    "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 '(choice (const t) integer)
    :group 'desktop
    :version "21.4")
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]