diff lisp/files.el @ 23382:55b2ea28932a

Comment fix.
author Karl Heuer <kwzh@gnu.org>
date Tue, 06 Oct 1998 23:22:48 +0000
parents cac484ad071c
children 95773b2746b4
line wrap: on
line diff
--- a/lisp/files.el	Tue Oct 06 23:21:47 1998 +0000
+++ b/lisp/files.el	Tue Oct 06 23:22:48 1998 +0000
@@ -2859,7 +2859,7 @@
   (setq buffer-auto-save-file-name
         (and (if (null arg)
 		 (or (not buffer-auto-save-file-name)
-		     ;; If autosave is off because buffer has shrunk,
+		     ;; If auto-save is off because buffer has shrunk,
 		     ;; then toggling should turn it on.
 		     (< buffer-saved-size 0))
 	       (or (eq arg t) (listp arg) (and (integerp arg) (> arg 0))))