summaryrefslogtreecommitdiff
path: root/lisp/desktop.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-05 22:21:28 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-05 22:21:28 +0000
commit35910610258829f2b37991d7e63538f346425796 (patch)
treec7454f9463116353714a6600d1416bd7b37ee187 /lisp/desktop.el
parente712992775612c8a4cc2052e4cc66411ccfc4299 (diff)
downloademacs-35910610258829f2b37991d7e63538f346425796.tar.gz
Comment fixes.
Diffstat (limited to 'lisp/desktop.el')
-rw-r--r--lisp/desktop.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/desktop.el b/lisp/desktop.el
index aa881af5d03..ecea3e80a34 100644
--- a/lisp/desktop.el
+++ b/lisp/desktop.el
@@ -144,7 +144,7 @@ The variables are saved only when they really are local.")
(make-variable-buffer-local 'desktop-locals-to-save)
;; We skip .log files because they are normally temporary.
-;; (ftp) files because they require passwords and whatsnot.
+;; (ftp) files because they require passwords and whatnot.
;; TAGS files to save time (tags-file-name is saved instead).
(defvar desktop-buffers-not-to-save
"\\(^nn\\.a[0-9]+\\|\\.log\\|(ftp)\\|^tags\\|^TAGS\\)$"