]> git.eshelyaron.com Git - emacs.git/commitdiff
Trivial typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 16 May 2006 03:35:46 +0000 (03:35 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 16 May 2006 03:35:46 +0000 (03:35 +0000)
lisp/files.el

index e64464bdec47cc992eec90c0aa39402945fb7124..bfb849ffd68a5d50452ad028d193f7012ebf3694 100644 (file)
@@ -4104,7 +4104,7 @@ non-nil, it is called instead of rereading visited file contents."
           (let ((inhibit-read-only t)
                 ;; Keep the current buffer-file-coding-system.
                 (coding-system buffer-file-coding-system)
-                ;; Auto-saved file shoule be read with special coding.
+                ;; Auto-saved file should be read with special coding.
                 (coding-system-for-read 'auto-save-coding))
             (erase-buffer)
             (insert-file-contents file-name nil)