diff lisp/desktop.el @ 14040:187735b53d52

Comment fixes.
author Karl Heuer <kwzh@gnu.org>
date Fri, 05 Jan 1996 22:21:28 +0000
parents f86e18ff3736
children 83f275dcd93a
line wrap: on
line diff
--- a/lisp/desktop.el	Fri Jan 05 21:57:54 1996 +0000
+++ b/lisp/desktop.el	Fri Jan 05 22:21:28 1996 +0000
@@ -144,7 +144,7 @@
 (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\\)$"