]> git.eshelyaron.com Git - emacs.git/commitdiff
Commentary change.
authorAlex Schroeder <alex@gnu.org>
Sun, 17 Aug 2003 09:32:10 +0000 (09:32 +0000)
committerAlex Schroeder <alex@gnu.org>
Sun, 17 Aug 2003 09:32:10 +0000 (09:32 +0000)
(desktop-kill): Unquoted t.

lisp/desktop.el

index a5a898e2cd508932227dc94a42b28fd9e26deca8..e4ce71ec71d042b051299b57f8583140438dcc43 100644 (file)
 ;;             - buffer-read-only
 ;;             - some local variables
 
-;; To use this, first put these two lines in the bottom of your .emacs
-;; file (the later the better):
+;; To use this, add these lines in the bottom of your .emacs file:
 ;;
 ;;     (desktop-load-default)
 ;;     (desktop-read)
+;;      (setq desktop-enable t)
 ;;
-;; Between these two lines you may wish to add something that updates the
+;; Between the first two lines you may wish to add something that updates the
 ;; variables `desktop-globals-to-save' and/or `desktop-locals-to-save'.  If
 ;; for instance you want to save the local variable `foobar' for every buffer
 ;; in which it is local, you could add the line
 ;;
-;;     (setq desktop-locals-to-save (cons 'foobar desktop-locals-to-save))
+;;     (add-to-list 'desktop-locals-to-save 'foobar)
 ;;
 ;; To avoid saving excessive amounts of data you may also wish to add
 ;; something like the following
@@ -397,7 +397,7 @@ is nil, ask the user where to save the desktop."
       desktop-enable
       (let ((exists (file-exists-p (expand-file-name desktop-base-file-name desktop-dirname))))
         (or
-          (eq desktop-save 't)
+          (eq desktop-save t)
           (and exists (memq desktop-save '(ask-if-new if-exists)))
           (and
             (or