diff options
author | David Kastrup <dak@gnu.org> | 2005-01-09 13:31:53 +0000 |
---|---|---|
committer | David Kastrup <dak@gnu.org> | 2005-01-09 13:31:53 +0000 |
commit | 0ba9bc53bd2a17a1c18bfc862a214c5eb61557a7 (patch) | |
tree | e8c6f69dc6b70d6a4e2354f3c6604c924de69fb2 /lisp/desktop.el | |
parent | 03e31a1a3e9c2ed558ad6aa6d1d74e751f75f231 (diff) | |
download | emacs-0ba9bc53bd2a17a1c18bfc862a214c5eb61557a7.tar.gz |
(desktop-restore-eager): Fix typo in type.
Diffstat (limited to 'lisp/desktop.el')
-rw-r--r-- | lisp/desktop.el | 2 |
1 files changed, 1 insertions, 1 deletions
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") |